X-Git-Url: https://git.mdrn.pl/koed-quiz.git/blobdiff_plain/0d65ebcaa43bc65b0a51eb2db693cd94598b10c7..10dda5cd1e5bd650c06d5629dd56160ea446082a:/apps/quiz/templates/quiz/result_detail.html diff --git a/apps/quiz/templates/quiz/result_detail.html b/apps/quiz/templates/quiz/result_detail.html index 6a06ec0..2da4bfa 100755 --- a/apps/quiz/templates/quiz/result_detail.html +++ b/apps/quiz/templates/quiz/result_detail.html @@ -11,23 +11,25 @@

{{ result.title }}

-
-{{ result.text|safe }} -
+{% if result.text %} +
+ {{ result.text|safe }} +
+{% endif %} {% if valid %} {% if previous_url %} - {% trans "Back to last question" %} + {% trans "Back to last question" %} {% endif %} {% else %} {% if valid_url %} - {% trans "Back to my test" %} + {% trans "Back to my test" %} {% endif %} {% endif %} -{% trans "Start from the beginning" %} +{% trans "Start from the beginning" %} {% endblock %}