turned debug=flase.
authorShantanu <shantanu@fossee.in>
Mon, 25 Jan 2010 16:10:56 +0530
changeset 19 40a3fa500991
parent 18 ec62a2a6828b
child 20 5f5d6bf693af
turned debug=flase.
settings.py
template/registrants.html
--- 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>