From 7e559a6598461cbefddddc98da581ef03a06be1c Mon Sep 17 00:00:00 2001 From: Gabriel Detraz Date: Wed, 31 Jan 2018 06:40:29 +0100 Subject: [PATCH] Topologie et cotisations aussi avec label correct --- .../templates/cotisations/facture.html | 2 +- .../templates/cotisations/new_facture.html | 2 +- cotisations/views.py | 23 ++++++++++--------- topologie/templates/topologie/topo.html | 2 +- topologie/views.py | 20 ++++++++-------- 5 files changed, 25 insertions(+), 24 deletions(-) diff --git a/cotisations/templates/cotisations/facture.html b/cotisations/templates/cotisations/facture.html index 9b7f17c9..5ed3e94e 100644 --- a/cotisations/templates/cotisations/facture.html +++ b/cotisations/templates/cotisations/facture.html @@ -34,7 +34,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% csrf_token %} {% bootstrap_form factureform %} - {% bootstrap_button "Créer ou modifier" button_type="submit" icon="star" %} + {% bootstrap_button action_name button_type="submit" icon="star" %}
{% endblock %} diff --git a/cotisations/templates/cotisations/new_facture.html b/cotisations/templates/cotisations/new_facture.html index 9d466cee..c1206aa2 100644 --- a/cotisations/templates/cotisations/new_facture.html +++ b/cotisations/templates/cotisations/new_facture.html @@ -58,7 +58,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,

Prix total : 0,00

- {% bootstrap_button "Créer ou modifier" button_type="submit" icon="star" %} + {% bootstrap_button "Créer" button_type="submit" icon="star" %}