turned debug=flase.
--- a/settings.py Mon Jan 25 16:08:52 2010 +0530
+++ b/settings.py Mon Jan 25 16:10:56 2010 +0530
@@ -3,7 +3,7 @@
import os
from local import *
-DEBUG = True
+DEBUG = False
TEMPLATE_DEBUG = DEBUG
ADMINS = (
--- a/template/registrants.html Mon Jan 25 16:08:52 2010 +0530
+++ b/template/registrants.html Mon Jan 25 16:10:56 2010 +0530
@@ -11,7 +11,7 @@
<body>
<div id="header">
<div id="logo">
- <h1>List of Registrants for upcoming workshops</h1>
+ <h1><a href="#">List of Registrants for upcoming workshops</a></h1>
<h2><a href="http://www.iitb.ac.in/">From FOSSEE Team</a></h2>
</div>
</div>