diff --git a/templates/base.html b/templates/base.html index 9ede191f..fc79ed8c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -81,7 +81,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
  • {% trans "Manage the machines" %}
  • {% acl_end %} {% can_view_app cotisations %} -
  • {% trans "Manage the subscriptions" %}
  • +
  • {% trans "Manage the subscriptions" %}
  • {% acl_end %} diff --git a/templates/buttons/edit.html b/templates/buttons/edit.html index 87ebea8b..a169b6c6 100644 --- a/templates/buttons/edit.html +++ b/templates/buttons/edit.html @@ -26,6 +26,6 @@ with this program; if not, write to the Free Software Foundation, Inc., {% trans "Edit" as tr_edit %} - + diff --git a/users/templates/users/profil.html b/users/templates/users/profil.html index 7df4a01a..670f8221 100644 --- a/users/templates/users/profil.html +++ b/users/templates/users/profil.html @@ -79,11 +79,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
    - {{ users.solde }} + {{ users.solde }}
    @@ -240,7 +240,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {{ users.solde }} € {% if user_solde %} - + {% trans "Refill" %} {% endif %} @@ -345,7 +345,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,

    - + {% trans "Subscriptions" %}

    @@ -353,12 +353,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
    {% can_create Facture %} - + {% trans "Add as subscription" %} {% if user_solde %} - + {% trans "Edit the balance" %} {% endif%} @@ -433,7 +433,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,