X-Git-Url: https://git.mdrn.pl/koed-quiz.git/blobdiff_plain/5acb6fe123f2007fcb19e1f70dec854e516aaad3..77043beb3285d1bb46534e29853e579044132726:/koedquiz/templates/home.html?ds=inline diff --git a/koedquiz/templates/home.html b/koedquiz/templates/home.html index 1e0c763..b4c1d20 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 the test!" %} {% endblock %}