From 67d83552ae6b4ded6817d032d8ea0117d1d43e00 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 30 Sep 2021 22:37:03 +0100 Subject: [PATCH] . --- physics/templates/physics/base.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/physics/templates/physics/base.html b/physics/templates/physics/base.html index 9c334541..e978bcf1 100644 --- a/physics/templates/physics/base.html +++ b/physics/templates/physics/base.html @@ -6,9 +6,13 @@ Physics {% block navigation %} Physics: -{% if request.user.is_authenticated %} -Exams / -{% endif %} + {% if request.user.is_authenticated %} + Exams / + Questions + {% if request.user.is_superuser %} + / Answers + {% endif %} + {% endif %} {% endblock %} {% block content %} {% endblock %} \ No newline at end of file