footer added
[koed-quiz.git] / koedquiz / templates / home.html
diff --git a/koedquiz/templates/home.html b/koedquiz/templates/home.html
deleted file mode 100644 (file)
index b4c1d20..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{% extends "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 %}