diff --git a/templates/user_landing_page.html b/templates/user_landing_page.html index a75bac0..11bc5ff 100644 --- a/templates/user_landing_page.html +++ b/templates/user_landing_page.html @@ -29,6 +29,14 @@ {% endfor %} + + + {% if session['is_admin'] %} +
+

Admin Controls

+ Go to Admin Dashboard +
+ {% endif %}