diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-09 17:45:22 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-09 17:45:22 +0100 |
commit | 27a411fe69cd3d8f669acb76b56d2390efc86deb (patch) | |
tree | 2a4e608f91036271412cd6f154e043f4587f497e /templates/login.html | |
parent | 6297981c3bf01f94566ad76dc25b3b76c9c32029 (diff) | |
download | guichet-27a411fe69cd3d8f669acb76b56d2390efc86deb.tar.gz guichet-27a411fe69cd3d8f669acb76b56d2390efc86deb.zip |
Password change
Diffstat (limited to 'templates/login.html')
-rw-r--r-- | templates/login.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/login.html b/templates/login.html index 0801884..ed4d358 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,6 +1,7 @@ {{define "title"}}{{end}} {{define "body"}} +<h4>S'identifier</h4> <form method="POST"> {{if .ErrorMessage}} |