diff --git a/files/templates/home.html b/files/templates/home.html index 67f6bee4f..dead300ff 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -42,7 +42,7 @@
- {% if v.admin_level > 1 or v.club_allowed != False %} + {% if request.path == '/' and v.admin_level > 1 or v.club_allowed != False %}