From bff5795ed10c923f0e26781ed53ff04fd2284923 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 18 Mar 2019 18:30:21 +0000 Subject: Start work on admin panel --- app/templates/base.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/templates/base.html') diff --git a/app/templates/base.html b/app/templates/base.html index 8e51695..7713eef 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -24,6 +24,9 @@ {% if current_user.is_anonymous %}
  • Login
  • {% else %} + {% if current_user.is_admin %} +
  • Admin Panel
  • + {% endif %}
  • Logout
  • {% endif %} -- cgit v1.2.3