fnp
/
koed-quiz.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixes
[koed-quiz.git]
/
koedquiz
/
templates
/
home.html
diff --git
a/koedquiz/templates/home.html
b/koedquiz/templates/home.html
index
5c856b8
..
b4c1d20
100644
(file)
--- a/
koedquiz/templates/home.html
+++ b/
koedquiz/templates/home.html
@@
-1,7
+1,17
@@
{% extends "base.html" %}
{% extends "base.html" %}
+{% load i18n %}
+
+
+{% block "title" %}{{ quiz.name }}{% endblock %}
+{% block "header" %}{{ quiz.name }}{% endblock %}
+
{% block "body" %}
{% block "body" %}
-<a href="{{ quiz.get_absolute_url }}">Start quiz!</a>
+<div>
+{{ quiz.description|safe }}
+</div>
+
+<a class='big-button' href="{{ quiz.get_absolute_url }}">{% trans "Start the test!" %}</a>
{% endblock %}
{% endblock %}