From 04a13635dc9e5531d161958ab84aee1f00ae6800 Mon Sep 17 00:00:00 2001 From: Lunaresk Date: Mon, 27 Nov 2023 22:13:50 +0100 Subject: [PATCH] minor: add button for upload receipt --- backend/web/templates/establishment/overview/overview.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backend/web/templates/establishment/overview/overview.html b/backend/web/templates/establishment/overview/overview.html index ff59069..fd3eb27 100644 --- a/backend/web/templates/establishment/overview/overview.html +++ b/backend/web/templates/establishment/overview/overview.html @@ -7,6 +7,10 @@ onclick="window.location.href='{{ url_for('establishment.payment.insert_payment', establishment_id=establishment.id) }}'"> Zahlung hinzufügen + {% endif %} {% endif %} {% for user in results %}