diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-10 09:44:18 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-10 09:44:18 +0100 |
commit | 9f891bdb9a41de73f5970219b2557b4039358a4f (patch) | |
tree | 703079e5b19a80dd74ed3b2f1495d89552ee3445 /templates/admin_groups.html | |
parent | a6114cda7cc145c9f8f2bb0d2f1fd47e94ae845c (diff) | |
download | guichet-9f891bdb9a41de73f5970219b2557b4039358a4f.tar.gz guichet-9f891bdb9a41de73f5970219b2557b4039358a4f.zip |
Minor UI changes
Diffstat (limited to 'templates/admin_groups.html')
-rw-r--r-- | templates/admin_groups.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/admin_groups.html b/templates/admin_groups.html index 8b5a4ef..b52dd92 100644 --- a/templates/admin_groups.html +++ b/templates/admin_groups.html @@ -4,7 +4,8 @@ <div class="d-flex"> <h4>Liste des groupes</h4> - <a class="ml-auto btn btn-info" href="/">Retour</a> + <a class="ml-auto btn btn-success" href="/admin/create/group/{{.GroupBaseDN}}">Nouveau groupe</a> + <a class="ml-4 btn btn-info" href="/">Menu principal</a> </div> <table class="table mt-4"> |