This commit is contained in:
Chris Mann 2023-07-23 08:29:01 +02:00
parent e41a94e4a7
commit 9cfc977dda

View file

@ -1,3 +1,6 @@
{{define "title"}}G Pas | Je n'ai pas mon mal de passe{{end}}
{{define "body"}}
<h2>G Pas</h2>
<p>Refaire son mot de passe</p>
@ -25,4 +28,6 @@
<div class="form-group">
<label for="username">Mail de secours :</label>
<input type="text" name="othermailbox" id="othermailbox" class="form-control" value="{{ .OtherMailbox }}" />
</div>
</div>
{{end}}