[zopeorg-checkins] CVS: Products/ZopeOrg-NV/skins/nzo - join_form.pt:1.2 register.py:1.3

Jens Vagelpohl jens at zope.com
Fri Aug 8 15:34:48 EDT 2003


Update of /cvs-zopeorg/Products/ZopeOrg-NV/skins/nzo
In directory cvs.zope.org:/tmp/cvs-serv20038/skins/nzo

Modified Files:
	join_form.pt register.py 
Log Message:
- must create Plone folder, not Skinned Folder.



=== Products/ZopeOrg-NV/skins/nzo/join_form.pt 1.1 => 1.2 ===
     <form class="group"
           action="register" 
           method="post"
-          tal:define="allowEnterPassword here/portal_properties/site_properties/validate_email|nothing;"
-          tal:attributes="action python:here.portal_form_url(template.id)" >
+          tal:define="allowEnterPassword here/portal_properties/site_properties/validate_email|nothing;">
 
         <span class="legend" i18n:translate="legend_personal_details">Personal Details</span>
 


=== Products/ZopeOrg-NV/skins/nzo/register.py 1.2 => 1.3 ===
 
     msg = REQUEST.get('portal_status_message', 'Registered.')
 
-    #return context.registered( context, REQUEST )
-    return ( 'success'
-           , context
-           , { 'portal_status_message' : msg
-             , 'came_from' : REQUEST.get('came_from','logged_in')
-             }
-           )
+    return context.registered( context, REQUEST )
+    ##return ( 'success'
+    ##       , context
+    ##       , { 'portal_status_message' : msg
+    ##         , 'came_from' : REQUEST.get('came_from','logged_in')
+    ##         }
+    ##       )





More information about the zopeorg-checkins mailing list