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 %}