Make the enabling of TEMPLATE_DEBUG more clear.
[matthijs/projects/xerxes.git] / settings.py
index 655a76926478ddb83c57d9aac4141fb9c6a7290e..e66d70964fa448c0c65622a71f461cf96e280c8b 100644 (file)
@@ -9,7 +9,7 @@ from dbsettings import *
 PROJECT_DIR = os.path.dirname(__file__)
 
 DEBUG = False
-TEMPLATE_DEBUG = DEBUG
+TEMPLATE_DEBUG = False
 
 ADMINS = (
     # Server errors get sent here