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 | |
parent | 6c5398527e1f2166edb91d3a6d3c70bebd419b02 (diff) | |
download | guichet-353f9600f3f1ce59c6faa825203f50b48017e44f.tar.gz guichet-353f9600f3f1ce59c6faa825203f50b48017e44f.zip |
Fix @ symbol on the login page
-rw-r--r-- | static/image/at_sign.svg | 4 | ||||
-rw-r--r-- | templates/login.html | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/static/image/at_sign.svg b/static/image/at_sign.svg new file mode 100644 index 0000000..487587e --- /dev/null +++ b/static/image/at_sign.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="145" height="145"> + <text x="-1.890625" y="109.83594" font-size="144px" style="font-size:144px;font-family:Arial">@</text> +</svg>
\ No newline at end of file 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}} |