From 57fb348bdb4f3320bcd524920e004cce4074060b Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Sun, 26 Jan 2025 00:49:32 +0100 Subject: [PATCH] chore(icons): Put all the icons before the text --- src/dgsi/templates/dgsi/create_kanidm_account.html | 2 +- src/dgsi/templates/dgsi/create_self_account.html | 2 +- src/shared/templates/_hero.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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 %}