Add missing section block in month page
This commit is contained in:
parent
5ccae7f4a3
commit
8ebb940f5b
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue