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 h2 %}{{ month|date:"F Y"|capfirst }}{% endblock %}
|
||||||
{% block table %}
|
{% block table %}
|
||||||
{% if not category %}
|
{% if not category %}
|
||||||
<h3>{% translate "Categories" %}</h3>
|
<section>
|
||||||
{% category_plot transactions month=month %}
|
<h3>{% translate "Categories" %}</h3>
|
||||||
|
{% category_plot transactions month=month %}
|
||||||
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<section>
|
<section>
|
||||||
<h3>{% translate "Transactions" %}</h3>
|
<h3>{% translate "Transactions" %}</h3>
|
||||||
|
|
Loading…
Reference in a new issue