diff --git a/src/dgsi/templates/dgsi/create_kanidm_account.html b/src/dgsi/templates/dgsi/create_kanidm_account.html index 62ef674..178e2cf 100644 --- a/src/dgsi/templates/dgsi/create_kanidm_account.html +++ b/src/dgsi/templates/dgsi/create_kanidm_account.html @@ -11,8 +11,8 @@ {% include "bulma/form.html" with form=form %} {% endblock content %} diff --git a/src/dgsi/templates/dgsi/create_self_account.html b/src/dgsi/templates/dgsi/create_self_account.html index 5b2fc62..7ebe3bd 100644 --- a/src/dgsi/templates/dgsi/create_self_account.html +++ b/src/dgsi/templates/dgsi/create_self_account.html @@ -11,8 +11,8 @@ {% include "bulma/form.html" with form=form %} {% endblock content %} diff --git a/src/shared/templates/_hero.html b/src/shared/templates/_hero.html index 858b1d5..9efcf35 100644 --- a/src/shared/templates/_hero.html +++ b/src/shared/templates/_hero.html @@ -15,19 +15,19 @@ - {% trans "Déconnexion" %} + {% trans "Déconnexion" %} {% else %} - {% trans "Connexion" %} + {% trans "Connexion" %} {% endif %}