diff --git a/templates/problem/voting-controls.html b/templates/problem/voting-controls.html index 0d0d4ab..1f93193 100644 --- a/templates/problem/voting-controls.html +++ b/templates/problem/voting-controls.html @@ -25,12 +25,14 @@ } -{% if can_vote %} +{% if can_vote or request.user.is_superuser %} - + {% if can_vote %} + + {% endif %} {% if request.user.is_superuser %} - {% include 'problem/voting-stats.html' %} {% endif %}