From fc615e90b28de10bb8c614317162069c7d89ada5 Mon Sep 17 00:00:00 2001 From: imperosol Date: Sat, 18 Oct 2025 14:35:19 +0200 Subject: [PATCH] fix: notification on invoice call update --- counter/templates/counter/invoices_call.jinja | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/counter/templates/counter/invoices_call.jinja b/counter/templates/counter/invoices_call.jinja index 8dd651e9..926974a4 100644 --- a/counter/templates/counter/invoices_call.jinja +++ b/counter/templates/counter/invoices_call.jinja @@ -4,11 +4,13 @@ {% trans %}Invoices call{% endtrans %} {% endblock %} +{% block notifications %}{# Notifications are moved below #}{% endblock %} + {% block content %}

{% trans date=start_date|date("F Y") %}Invoices call for {{ date }}{% endtrans %}

-

{% trans %}Choose another month: {% endtrans %}

- {% for m in months %} {% endfor %} @@ -19,7 +21,9 @@

{% trans %}CB Payments{% endtrans %} : {{ sum_cb }} €


+ {% include "core/base/notifications.jinja" %} + {% csrf_token %}