From da33b106123ec7595008869398718df3d549bb9d Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 23 May 2018 18:42:59 +0100 Subject: Reduce access restrictions on user list --- app/templates/base.html | 1 + 1 file changed, 1 insertion(+) (limited to 'app/templates/base.html') diff --git a/app/templates/base.html b/app/templates/base.html index f2ece29..07fe1fb 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -59,6 +59,7 @@ {% if current_user.canAccessTodoList() %}
  • Work Queue
  • +
  • User list
  • {% endif %} {% if current_user.rank == current_user.rank.ADMIN %}
  • Admin
  • -- cgit v1.2.3