Changeset 1154 for WAeUP_SRP/trunk/skins
- Timestamp:
- 29 Dec 2006, 23:59:27 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/set_access_data.py
r1151 r1154 52 52 # ds = ds, 53 53 # ) 54 from Products.zdb import set_trace;set_trace()54 ## from Products.zdb import set_trace;set_trace() 55 55 password = REQUEST.get('widget__password') 56 56 email = ds.get('email') -
WAeUP_SRP/trunk/skins/waeup_student/set_access_data_form.pt
r1151 r1154 13 13 </metal:block> 14 14 <metal:block fill-slot="main"> 15 <h3>Enter Your Email and choose a Password</h3>15 <h3>Enter Your Email Address and Choose a Password</h3> 16 16 <br /> 17 17 <div tal:replace="structure rendered_main" />
Note: See TracChangeset for help on using the changeset viewer.