[Checkins] SVN: megrok.layout/trunk/src/megrok/layout/components.py Fix default templates

Souheil CHELFOUH souheil at chelfouh.com
Mon Oct 18 05:59:00 EDT 2010


Log message for revision 117658:
  Fix default templates

Changed:
  U   megrok.layout/trunk/src/megrok/layout/components.py

-=-
Modified: megrok.layout/trunk/src/megrok/layout/components.py
===================================================================
--- megrok.layout/trunk/src/megrok/layout/components.py	2010-10-18 09:58:54 UTC (rev 117657)
+++ megrok.layout/trunk/src/megrok/layout/components.py	2010-10-18 09:59:00 UTC (rev 117658)
@@ -149,7 +149,7 @@
 class AddForm(LayoutAwareForm, grokcore.formlib.AddForm):
 
     grok.baseclass()
-    template = default_display_template
+    template = default_form_template
 
 
 class EditForm(LayoutAwareForm, grokcore.formlib.EditForm):
@@ -161,4 +161,4 @@
 class DisplayForm(LayoutAwareForm, grokcore.formlib.DisplayForm):
 
     grok.baseclass()
-    template = default_form_template
+    template = default_display_template



More information about the checkins mailing list