X-Git-Url: https://git.mdrn.pl/koed-quiz.git/blobdiff_plain/0d65ebcaa43bc65b0a51eb2db693cd94598b10c7..10dda5cd1e5bd650c06d5629dd56160ea446082a:/koedquiz/templates/home.html?ds=sidebyside
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 %}