footer added
[koed-quiz.git] / apps / quiz / templates / quiz / base.html
diff --git a/apps/quiz/templates/quiz/base.html b/apps/quiz/templates/quiz/base.html
new file mode 100755 (executable)
index 0000000..bbfa9ea
--- /dev/null
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+{% load quiz_tags %}
+
+{% block footerextra %}
+{% quiz_footer %}
+{% endblock %}