From 2bbc3c9cbbc0f5f1dc38840ac5d72ac359d5c5e7 Mon Sep 17 00:00:00 2001 From: Tom Walker Date: Sat, 6 Apr 2013 17:42:17 +0100 Subject: [PATCH] forgot to add a template file --- templates/quiz/answers_for_question.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 templates/quiz/answers_for_question.html diff --git a/templates/quiz/answers_for_question.html b/templates/quiz/answers_for_question.html new file mode 100644 index 0000000..527d72f --- /dev/null +++ b/templates/quiz/answers_for_question.html @@ -0,0 +1,21 @@ +
+ + + + + + +{% for answer in answers %} + + + +{% endfor %} + + +
+ +
+ -- 2.39.5