footer added
[koed-quiz.git] / apps / quiz / templates / quiz / home.html
diff --git a/apps/quiz/templates/quiz/home.html b/apps/quiz/templates/quiz/home.html
new file mode 100644 (file)
index 0000000..34efdd7
--- /dev/null
@@ -0,0 +1,17 @@
+{% extends "quiz/base.html" %}
+{% load i18n %}
+
+
+{% block "title" %}{{ quiz.name }}{% endblock %}
+{% block "header" %}{{ quiz.name }}{% endblock %}
+
+
+{% block "body" %}
+
+<div>
+{{ quiz.description|safe }}
+</div>
+
+<a class='big-button' href="{{ quiz.get_absolute_url }}">{% trans "Start the test!" %}</a>
+
+{% endblock %}