diff --git a/physics/templates/physics/exam_scores_user.html b/physics/templates/physics/exam_scores_user.html index e23c95c8..7836b5ae 100644 --- a/physics/templates/physics/exam_scores_user.html +++ b/physics/templates/physics/exam_scores_user.html @@ -11,17 +11,18 @@
  • - {{ forloop.counter }} + {% if request.user.is_authenticated %} + + {{ forloop.counter }} + + {% else %} + + {{ forloop.counter }} + + {% endif %}
    -
    - {% if request.user.is_authenticated %} - Question {{forloop.counter}} - {% else %} - Question {{forloop.counter}} - {% endif %} - - {{ question.stem|safe }} -
    +
    {{ question.stem|safe }}