From b862d3a7bf31be3bd492f17dfc05c927b62b3e1f Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 16 Aug 2021 17:45:52 +0100 Subject: [PATCH] . --- rapids/templates/rapids/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids/templates/rapids/base.html b/rapids/templates/rapids/base.html index 20f2d073..4f19b70e 100755 --- a/rapids/templates/rapids/base.html +++ b/rapids/templates/rapids/base.html @@ -23,7 +23,7 @@ Rapids: Questions / Create Question {% endif %} -{% if request.is_superuser %} +{% if request.user.is_superuser %} Answers {% endif %} {% comment %}