aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-12 00:13:24 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-12 00:13:24 +0100
commit3fbbe61a460b8d5415b61de505b4ac1ab8692b25 (patch)
treea1973b6e93c64bd968dc7130f3b38b5690efc322 /templates
parent7ca56ba8df6c936909e3fe64d8e22d6ece50e9b2 (diff)
downloadguichet-3fbbe61a460b8d5415b61de505b4ac1ab8692b25.tar.gz
guichet-3fbbe61a460b8d5415b61de505b4ac1ab8692b25.zip
Refactor is_admin check
Diffstat (limited to 'templates')
-rw-r--r--templates/home.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/home.html b/templates/home.html
index 9a9773a..7f227e6 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -16,13 +16,13 @@
<div class="list-group list-group-flush">
<a class="list-group-item list-group-item-action" href="/profile">Modifier mon profil</a>
<a class="list-group-item list-group-item-action" href="/passwd">Modifier mon mot de passe</a>
- {{if .CanInvite}}
+ {{if .Login.CanInvite}}
<a class="list-group-item list-group-item-action" href="/invite">Inviter quelqu'un</a>
{{end}}
</div>
</div>
-{{if .CanAdmin}}
+{{if .Login.CanAdmin}}
<div class="card mt-3">
<div class="card-header">
Administration