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

View file

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