G Pas
This commit is contained in:
parent
fb07ee9019
commit
12d96166b5
1 changed files with 2 additions and 2 deletions
|
@ -22,11 +22,11 @@
|
|||
<input type="text" name="username" id="username" class="form-control" value="{{ .Username }}" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="username">Mail (@resdigita.com) :</label>
|
||||
<label for="mail">Mail (interne aux GV) :</label>
|
||||
<input type="text" name="mail" id="mail" class="form-control" value="{{ .Mail }}" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="username">Mail de secours :</label>
|
||||
<label for="othermailbox">Mail de secours :</label>
|
||||
<input type="text" name="othermailbox" id="othermailbox" class="form-control" value="{{ .OtherMailbox }}" />
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Refaire son mal de passe</button>
|
||||
|
|
Loading…
Reference in a new issue