[Checkins] SVN: grokproject/trunk/grokproject/template/src/+package+/app Remove last references to $module.

Philipp von Weitershausen philikon at philikon.de
Sun Nov 11 05:39:27 EST 2007


Log message for revision 81741:
  Remove last references to $module.
  

Changed:
  U   grokproject/trunk/grokproject/template/src/+package+/app.py_tmpl
  U   grokproject/trunk/grokproject/template/src/+package+/app_templates/index.pt_tmpl

-=-
Modified: grokproject/trunk/grokproject/template/src/+package+/app.py_tmpl
===================================================================
--- grokproject/trunk/grokproject/template/src/+package+/app.py_tmpl	2007-11-11 10:36:52 UTC (rev 81740)
+++ grokproject/trunk/grokproject/template/src/+package+/app.py_tmpl	2007-11-11 10:39:26 UTC (rev 81741)
@@ -4,4 +4,4 @@
     pass
 
 class Index(grok.View):
-    pass # see ${module}_templates/index.pt
\ No newline at end of file
+    pass # see app_templates/index.pt
\ No newline at end of file

Modified: grokproject/trunk/grokproject/template/src/+package+/app_templates/index.pt_tmpl
===================================================================
--- grokproject/trunk/grokproject/template/src/+package+/app_templates/index.pt_tmpl	2007-11-11 10:36:52 UTC (rev 81740)
+++ grokproject/trunk/grokproject/template/src/+package+/app_templates/index.pt_tmpl	2007-11-11 10:39:26 UTC (rev 81741)
@@ -5,7 +5,7 @@
   <h1>Congratulations!</h1>
 
   <p>Your Grok application is up and running.
-  Edit <code>${package}/${module}_templates/index.pt</code> to change
+  Edit <code>${package}/app_templates/index.pt</code> to change
   this page.</p>
 </body>
 </html>



More information about the Checkins mailing list