Fix category plot on month page

This commit is contained in:
Edgar P. Burkhart 2023-04-22 15:57:36 +02:00
parent f7564eb282
commit b6326bdc8f
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 4 additions and 2 deletions

View File

@ -11,6 +11,8 @@
{% block table %} {% block table %}
<h3>{% translate "Transactions" %}</h3> <h3>{% translate "Transactions" %}</h3>
{{ block.super }} {{ block.super }}
<h3>{% translate "History" %}</h3> {% if categories %}
{% include "category/category_plot.html" %} <h3>{% translate "Categories" %}</h3>
{% include "category/category_plot.html" %}
{% endif %}
{% endblock %} {% endblock %}