[Checkins] SVN: megrok.z3cform.layout/trunk/src/megrok/z3cform/layout/views_templates/simpleform.pt Corrected form template with errors.

Souheil CHELFOUH souheil at chelfouh.com
Thu Dec 3 12:36:51 EST 2009


Log message for revision 106195:
  Corrected form template with errors.
  

Changed:
  U   megrok.z3cform.layout/trunk/src/megrok/z3cform/layout/views_templates/simpleform.pt

-=-
Modified: megrok.z3cform.layout/trunk/src/megrok/z3cform/layout/views_templates/simpleform.pt
===================================================================
--- megrok.z3cform.layout/trunk/src/megrok/z3cform/layout/views_templates/simpleform.pt	2009-12-03 17:30:37 UTC (rev 106194)
+++ megrok.z3cform.layout/trunk/src/megrok/z3cform/layout/views_templates/simpleform.pt	2009-12-03 17:36:50 UTC (rev 106195)
@@ -63,7 +63,7 @@
 	       >field description</div>
 	  <div class="field-error"
 	       tal:condition="widget/error">
-	    <span tal:replace="structure content">error</span>
+	    <span tal:replace="structure widget/error/render">error</span>
 	  </div>
 	  <div class="widget"
 	       tal:content="structure widget/render">



More information about the checkins mailing list