Ignore:
Timestamp:
29 Dec 2006, 23:59:27 (18 years ago)
Author:
Henrik Bettermann
Message:

set_access_data did not work on my server

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  
    5252    #                             ds = ds,
    5353    #                             )
    54 from Products.zdb import set_trace;set_trace()
     54## from Products.zdb import set_trace;set_trace()
    5555password = REQUEST.get('widget__password')
    5656email = ds.get('email')
  • WAeUP_SRP/trunk/skins/waeup_student/set_access_data_form.pt

    r1151 r1154  
    1313      </metal:block>
    1414      <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>
    1616        <br />
    1717        <div tal:replace="structure rendered_main" />
Note: See TracChangeset for help on using the changeset viewer.