From 5135b81025fb09144590092fc0355bd095a9ac57 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 25 Jan 2021 15:26:01 +0000 Subject: [PATCH] . --- rapids/templates/rapids/base.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/rapids/templates/rapids/base.html b/rapids/templates/rapids/base.html index df44bb72..df200546 100755 --- a/rapids/templates/rapids/base.html +++ b/rapids/templates/rapids/base.html @@ -53,13 +53,14 @@
- {% if request.user.is_staff %}Admin{% endif %} - View questions - Add new rapid -
+ {% if request.user.is_authenticated %} + Exams / + Questions / + Create Question + {% endif %} +{% comment %}
Questions by: - author + author {% endcomment %} {% block navigation %} {% endblock %}