From 8ebb940f5b40ad5ce10884d0d17b1376d950c80e Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Tue, 2 Jan 2024 15:09:50 +0100 Subject: [PATCH] Add missing section block in month page --- .../templates/transaction/transaction_archive_month.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nummi/transaction/templates/transaction/transaction_archive_month.html b/nummi/transaction/templates/transaction/transaction_archive_month.html index 7c6b8a6..e6a2600 100644 --- a/nummi/transaction/templates/transaction/transaction_archive_month.html +++ b/nummi/transaction/templates/transaction/transaction_archive_month.html @@ -7,8 +7,10 @@ {% block h2 %}{{ month|date:"F Y"|capfirst }}{% endblock %} {% block table %} {% if not category %} -

{% translate "Categories" %}

- {% category_plot transactions month=month %} +
+

{% translate "Categories" %}

+ {% category_plot transactions month=month %} +
{% endif %}

{% translate "Transactions" %}