Changeset 538 for WAeUP_SRP/trunk/skins
- Timestamp:
- 20 Sep 2006, 08:38:35 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/portlet_session_info.pt
r535 r538 8 8 > 9 9 <tal:block condition="not:isAnon"> 10 <strong> <span tal:condition="info" tal:content="python:info[' per_doc'].lastname" />10 <strong> <span tal:condition="info" tal:content="python:info['student_doc'].Title()" /> 11 11 <span tal:condition="not: info" tal:content="python:member.getProperty('fullname',None)" /> 12 12 </strong> -
WAeUP_SRP/trunk/skins/waeup_student/getStudentInfo.py
r535 r538 33 33 #info['wf_state'] = 'keiner' 34 34 info['student'] = student 35 info['student_doc'] = student.getContent() 35 36 info['app'] = student.application 36 37 info['app_doc'] = student.application.getContent() -
WAeUP_SRP/trunk/skins/waeup_student/student_index.py
r535 r538 32 32 elif state == 'application_pin_entered': 33 33 return redirect("%s/passport_entry_view" % student.absolute_url()) 34 35
Note: See TracChangeset for help on using the changeset viewer.