diff --git a/longs/templates/longs/mark.html b/longs/templates/longs/mark.html index 06a7e0b4..d0c2d978 100644 --- a/longs/templates/longs/mark.html +++ b/longs/templates/longs/mark.html @@ -9,9 +9,9 @@
{% if not user_answers %} - No answers to mark. + - {% else %} + {% endif %} Answers: - {% endif %}
{% if question_details.current > 1 %} ","",1).replace("

","",1) + def get_stem_stripped(self): + return self.stem.replace("

","",1).replace("

","",1) + @reversion.register class Exam(ExamBase):