From fc68a3a106b0a8db2a7d786ec2de7be6803e3ea9 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 16 Aug 2021 17:46:28 +0100 Subject: [PATCH] . --- longs/templates/longs/base.html | 3 +++ rapids/templates/rapids/base.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/longs/templates/longs/base.html b/longs/templates/longs/base.html index 95600420..05d41229 100755 --- a/longs/templates/longs/base.html +++ b/longs/templates/longs/base.html @@ -23,6 +23,9 @@ Longs: Create Case / Create Series {% endif %} +{% if request.user.is_superuser %} + / Answers +{% endif %} {% comment %}
Questions by: author {% endcomment %} diff --git a/rapids/templates/rapids/base.html b/rapids/templates/rapids/base.html index 4f19b70e..78c4be0f 100755 --- a/rapids/templates/rapids/base.html +++ b/rapids/templates/rapids/base.html @@ -24,7 +24,7 @@ Rapids: Create Question {% endif %} {% if request.user.is_superuser %} -Answers + / Answers {% endif %} {% comment %}
Questions by: