From 272be09ba13fa8371ee00cbaa23a19b254f4d669 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 25 Dec 2018 17:56:51 +0000 Subject: [PATCH] Add links to topic lists in user dropdown --- app/templates/base.html | 6 ++++++ app/templates/users/user_profile_page.html | 1 + 2 files changed, 7 insertions(+) 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 %} diff --git a/app/templates/users/user_profile_page.html b/app/templates/users/user_profile_page.html index 3dcb369..a24587c 100644 --- a/app/templates/users/user_profile_page.html +++ b/app/templates/users/user_profile_page.html @@ -130,6 +130,7 @@ {% if topics_to_add %}
+

Unadded Packages