Refactoring

This commit is contained in:
Chris Mann 2023-07-26 09:08:45 +02:00
parent fd4efc08bf
commit b969c9994f

View file

@ -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>