From 7aecb9500eabb7c17d8f9473eed62e6dd013161a Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 10 Oct 2021 21:36:28 +0200 Subject: Precise payment addition concerning frequency --- templates/payment/table.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/payment/table.html b/templates/payment/table.html index b0a6cee..72ac59c 100644 --- a/templates/payment/table.html +++ b/templates/payment/table.html @@ -38,6 +38,7 @@ ) }}" > Ajouter un paiement + {% if query.frequency != "Monthly" %} ponctuel {% else %} mensuel {% endif %} {% if payments %} -- cgit v1.2.3