G Pas
This commit is contained in:
parent
e41a94e4a7
commit
9cfc977dda
1 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
{{define "title"}}G Pas | Je n'ai pas mon mal de passe{{end}}
|
||||||
|
|
||||||
|
{{define "body"}}
|
||||||
<h2>G Pas</h2>
|
<h2>G Pas</h2>
|
||||||
|
|
||||||
<p>Refaire son mot de passe</p>
|
<p>Refaire son mot de passe</p>
|
||||||
|
@ -25,4 +28,6 @@
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="username">Mail de secours :</label>
|
<label for="username">Mail de secours :</label>
|
||||||
<input type="text" name="othermailbox" id="othermailbox" class="form-control" value="{{ .OtherMailbox }}" />
|
<input type="text" name="othermailbox" id="othermailbox" class="form-control" value="{{ .OtherMailbox }}" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{{end}}
|
Loading…
Reference in a new issue