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: