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 %}
|
{% 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 %}
|
||||||
|
|
Loading…
Reference in a new issue