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/register.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'templates/exam/register.html') diff --git a/templates/exam/register.html b/templates/exam/register.html index 2ffc140..d002570 100644 --- a/templates/exam/register.html +++ b/templates/exam/register.html @@ -1,3 +1,8 @@ +{% extends "base.html" %} + +{% block title %}Registration form {% endblock %} + +{% block content %} Please provide the following details.
{% csrf_token %} @@ -6,3 +11,5 @@ Please provide the following details.
+ +{% endblock content %} \ No newline at end of file -- cgit