X-Git-Url: https://git.mdrn.pl/koed-quiz.git/blobdiff_plain/4c14e51225e284c5b81d53e7f6a5cd0f46ec4d05..d302791037e175b1fdb79ed1aa5de2984d117485:/apps/quiz/templates/quiz/home.html diff --git a/apps/quiz/templates/quiz/home.html b/apps/quiz/templates/quiz/home.html index 34efdd7..ca67f39 100644 --- a/apps/quiz/templates/quiz/home.html +++ b/apps/quiz/templates/quiz/home.html @@ -2,16 +2,16 @@ {% load i18n %} -{% block "title" %}{{ quiz.name }}{% endblock %} -{% block "header" %}{{ quiz.name }}{% endblock %} +{% block "title" %}{{ request.current_quiz.name }}{% endblock %} +{% block "header" %}{{ request.current_quiz.name }}{% endblock %} {% block "body" %}
-{{ quiz.description|safe }} +{{ request.current_quiz.description|safe }}
-{% trans "Start the test!" %} +{% trans "Start the test!" %} {% endblock %}