fnp
/
koed-quiz.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Diplay changes
[koed-quiz.git]
/
koedquiz
/
templates
/
home.html
diff --git
a/koedquiz/templates/home.html
b/koedquiz/templates/home.html
index
1e0c763
..
78dd39a
100644
(file)
--- a/
koedquiz/templates/home.html
+++ b/
koedquiz/templates/home.html
@@
-1,4
+1,5
@@
{% extends "base.html" %}
{% extends "base.html" %}
+{% load i18n %}
{% block "title" %}{{ quiz.name }}{% endblock %}
{% block "title" %}{{ quiz.name }}{% endblock %}
@@
-11,6
+12,6
@@
{{ quiz.description|safe }}
</div>
{{ 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 %}
{% endblock %}