Fix category plot on month page
This commit is contained in:
parent
f7564eb282
commit
b6326bdc8f
1 changed files with 4 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue