app/settings.py
changeset 66 8c86470746fc
parent 54 03e267d67478
child 77 778b5f9d6e7c
--- a/app/settings.py	Mon Aug 11 16:44:47 2008 +0000
+++ b/app/settings.py	Mon Aug 11 16:57:46 2008 +0000
@@ -93,7 +93,8 @@
 ROOT_PATH = os.path.dirname(__file__)
 TEMPLATE_DIRS = (
     # TODO(proto): customize the template search directories
-    os.path.join(ROOT_PATH, 'proto', 'templates'),
+    os.path.join(ROOT_PATH, 'ghop', 'templates'),
+    os.path.join(ROOT_PATH, 'gsoc', 'templates'),
     os.path.join(ROOT_PATH, 'soc', 'templates'),
 )