X-Git-Url: https://git.mdrn.pl/koed-quiz.git/blobdiff_plain/5acb6fe123f2007fcb19e1f70dec854e516aaad3..b16cd2217f48dd418def72c91ba289b29a781762:/koedquiz/templates/home.html
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 %}