From 9f674808a5681a0380531ff62079b94874641c1e Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Thu, 17 Nov 2011 17:35:30 +0530 Subject: BUG/ENH: Cleaning up page templates and fixing bug If you complete the quiz it was going into a redirect loop, this is fixed. Also cleaned up all the page templates with proper block contents. --- templates/exam/complete.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'templates/exam/complete.html') diff --git a/templates/exam/complete.html b/templates/exam/complete.html index bd90e6d..4c3f3d5 100644 --- a/templates/exam/complete.html +++ b/templates/exam/complete.html @@ -1,4 +1,12 @@ +{% extends "base.html" %} + +{% block title %}Good bye!{% endblock %} + +{% block content %}
{{message}}
You may now close the browser.
+ +{% endblock content %} -- cgit