Diplay changes
[koed-quiz.git] / koedquiz / templates / home.html
index 1e0c763..78dd39a 100644 (file)
@@ -1,4 +1,5 @@
 {% extends "base.html" %}
+{% load i18n %}
 
 
 {% block "title" %}{{ quiz.name }}{% endblock %}
@@ -11,6 +12,6 @@
 {{ quiz.description|safe }}
 </div>
 
-<a class='big-button' href="{{ quiz.get_absolute_url }}">Start quiz!</a>
+<a class='big-button' href="{{ quiz.get_absolute_url }}">{% trans "Start quiz!" %}</a>
 
 {% endblock %}