diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-10 09:44:18 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-10 09:44:18 +0100 |
commit | 9f891bdb9a41de73f5970219b2557b4039358a4f (patch) | |
tree | 703079e5b19a80dd74ed3b2f1495d89552ee3445 /templates/login.html | |
parent | a6114cda7cc145c9f8f2bb0d2f1fd47e94ae845c (diff) | |
download | guichet-9f891bdb9a41de73f5970219b2557b4039358a4f.tar.gz guichet-9f891bdb9a41de73f5970219b2557b4039358a4f.zip |
Minor UI changes
Diffstat (limited to 'templates/login.html')
-rw-r--r-- | templates/login.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/login.html b/templates/login.html index ed4d358..719c834 100644 --- a/templates/login.html +++ b/templates/login.html @@ -19,4 +19,11 @@ </div> <button type="submit" class="btn btn-primary">Se connecter</button> </form> + +<hr class="mt-4" /> + +<p><strong>Mot de passe oublié ?</strong> + Écrivez à <code>coucou at deuxfleurs point fr</code> + ou contactez directement votre administrateur favori.</p> + {{end}} |