From 272be09ba13fa8371ee00cbaa23a19b254f4d669 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 25 Dec 2018 17:56:51 +0000 Subject: Add links to topic lists in user dropdown --- app/templates/base.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/templates/base.html') diff --git a/app/templates/base.html b/app/templates/base.html index 52f0974..ead3a4f 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -71,10 +71,16 @@ + {% if current_user.canAccessTodoList() %} {% endif %} + {% if current_user.rank == current_user.rank.ADMIN %} {% endif %} -- cgit v1.2.3