diff options
author | Joris | 2021-10-10 21:36:28 +0200 |
---|---|---|
committer | Joris | 2021-10-10 21:36:28 +0200 |
commit | 7aecb9500eabb7c17d8f9473eed62e6dd013161a (patch) | |
tree | d89f1146304fee710b05aa0be19828e5abe164a3 | |
parent | c497daaa38a8ab0b25474d21ebe51c5aeb98c9f7 (diff) |
Precise payment addition concerning frequency
-rw-r--r-- | templates/payment/table.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 %} </a> {% if payments %} |