diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-10 15:26:02 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-10 15:26:02 +0100 |
commit | 9a6e24aea0c0229b9b30dcf0136228bda34e4690 (patch) | |
tree | e2b9dbbb98861f556b050f52d26f064fb2cc9b77 /templates | |
parent | 7ab5451a3f5865a6cb3ef0979da979b9496ce990 (diff) | |
download | guichet-9a6e24aea0c0229b9b30dcf0136228bda34e4690.tar.gz guichet-9a6e24aea0c0229b9b30dcf0136228bda34e4690.zip |
Containerize
Diffstat (limited to 'templates')
-rw-r--r-- | templates/admin_ldap.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_ldap.html b/templates/admin_ldap.html index 06d568c..188652b 100644 --- a/templates/admin_ldap.html +++ b/templates/admin_ldap.html @@ -146,7 +146,7 @@ <div class="col-md-3"><strong>Ajouter au groupe :</strong> </div> <div class="col-md-5"> - <input class="form-control" type="text" name="values" placeholder="Groupe..." /> + <input class="form-control" type="text" name="values" placeholder="Utilisateur..." /> </div> <div class="col-md-2"> <input type="submit" value="Ajouter" class="form-control btn btn-success btn-sm" /> |