Refactoring
This commit is contained in:
parent
fd4efc08bf
commit
b969c9994f
1 changed files with 3 additions and 3 deletions
|
@ -24,15 +24,15 @@
|
|||
<form method="POST">
|
||||
<div class="form-group">
|
||||
<label for="username">Ou identifiant :</label>
|
||||
<input type="text" name="username" id="username" class="form-control" value="{{ .Login.Username }}" />
|
||||
<input type="text" name="username" id="username" class="form-control" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="mail">ou mail (interne aux GV) :</label>
|
||||
<input type="text" name="mail" id="mail" class="form-control" value="{{ .Mail }}" />
|
||||
<input type="text" name="mail" id="mail" class="form-control" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="othermailbox">ou 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" />
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Refaire son mal de passe</button>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue