Add missing section block in month page

This commit is contained in:
Edgar P. Burkhart 2024-01-02 15:09:50 +01:00
parent 5ccae7f4a3
commit 8ebb940f5b
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 4 additions and 2 deletions

View File

@ -7,8 +7,10 @@
{% block h2 %}{{ month|date:"F Y"|capfirst }}{% endblock %}
{% block table %}
{% if not category %}
<h3>{% translate "Categories" %}</h3>
{% category_plot transactions month=month %}
<section>
<h3>{% translate "Categories" %}</h3>
{% category_plot transactions month=month %}
</section>
{% endif %}
<section>
<h3>{% translate "Transactions" %}</h3>