X-Git-Url: https://git.mdrn.pl/koed-quiz.git/blobdiff_plain/5acb6fe123f2007fcb19e1f70dec854e516aaad3..7c0b069529d4c0ebe9c398ac733b445ff24495ad:/koedquiz/templates/home.html diff --git a/koedquiz/templates/home.html b/koedquiz/templates/home.html index 1e0c763..78dd39a 100644 --- a/koedquiz/templates/home.html +++ b/koedquiz/templates/home.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load i18n %} {% block "title" %}{{ quiz.name }}{% endblock %} @@ -11,6 +12,6 @@ {{ quiz.description|safe }} -Start quiz! +{% trans "Start quiz!" %} {% endblock %}