diff options
author | MrArmonius <mrarmonius@gmail.com> | 2021-07-01 14:38:37 +0200 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2021-07-01 16:25:49 +0200 |
commit | 353f9600f3f1ce59c6faa825203f50b48017e44f (patch) | |
tree | 634b5b87deea4c6c938ff8a3d24f49ca36b16aba /templates/login.html | |
parent | 6c5398527e1f2166edb91d3a6d3c70bebd419b02 (diff) | |
download | guichet-353f9600f3f1ce59c6faa825203f50b48017e44f.tar.gz guichet-353f9600f3f1ce59c6faa825203f50b48017e44f.zip |
Fix @ symbol on the login page
Diffstat (limited to 'templates/login.html')
-rw-r--r-- | templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/login.html b/templates/login.html index 8f24b78..f151456 100644 --- a/templates/login.html +++ b/templates/login.html @@ -29,7 +29,7 @@ <hr class="mt-4" /> <p><strong>Mot de passe oublié ?</strong> -Écrivez à <samp>coucou</samp><img src="https://deuxfleurs.fr/landing/arobase.png" style="height: 1em" alt="arobase" /><samp>deuxfleurs.fr</samp> +Écrivez à <samp>coucou</samp><img src="static/image/at_sign.svg" style="height: 1em" alt="arobase" /><samp>deuxfleurs.fr</samp> ou contactez directement votre administrateur favori.</p> {{end}} |