[Checkins] SVN: grokproject/trunk/grokproject/template rename templates dir

Jan-Jaap Driessen jdriessen at thehealthagency.com
Wed Apr 14 10:14:12 EDT 2010


Log message for revision 110895:
  rename templates dir

Changed:
  A   grokproject/trunk/grokproject/template/
  D   grokproject/trunk/grokproject/template_paste/
  U   grokproject/trunk/grokproject/templates.py

-=-
Modified: grokproject/trunk/grokproject/templates.py
===================================================================
--- grokproject/trunk/grokproject/templates.py	2010-04-14 14:13:01 UTC (rev 110894)
+++ grokproject/trunk/grokproject/templates.py	2010-04-14 14:14:11 UTC (rev 110895)
@@ -17,7 +17,7 @@
 
 
 class GrokProject(templates.Template):
-    _template_dir = 'template_paste'
+    _template_dir = 'template'
     summary = "A grok project"
     required_templates = []
 



More information about the checkins mailing list