Bug Fixing
This commit is contained in:
parent
6a33dcb36e
commit
86f6963e84
1 changed files with 9 additions and 0 deletions
|
@ -64,6 +64,13 @@
|
|||
Ce nom d'utilisateur est déjà pris.
|
||||
</div>
|
||||
{{end}}
|
||||
<div class="form-group">
|
||||
<label for="defaultdomain">Domain au sein des GV:</label>
|
||||
<input type="text" id="defaultdomain" name="defaultdomain" class="form-control" value="{{ .NewUserDefaultDomain }}" />
|
||||
<small class="form-text text-muted">
|
||||
Le domaine du courriel des GV pour le nouveau utilisateur
|
||||
</small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="mail">Email des GV:</label>
|
||||
<input type="text" id="mail" name="mail" class="form-control" value="{{ .Mail }}" />
|
||||
|
@ -97,6 +104,8 @@
|
|||
<button type="submit" class="btn btn-primary">Créer le compte</button>
|
||||
</form>
|
||||
|
||||
|
||||
|
||||
<script lang="javascript">
|
||||
function changeGivenNameOrSurname () {
|
||||
givenname = document.getElementById("givenname");
|
||||
|
|
Loading…
Reference in a new issue