Changeset 1164 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 31 Dec 2006, 10:32:05 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/accommodation_pin_edit_form.pt
r1137 r1164 34 34 </ul> 35 35 <ul tal:condition="python: mode == 'edit'" 36 tal:define="info python: context.get StudentInfo()">36 tal:define="info python: context.getAccommodationInfo()"> 37 37 <li>Buy a Hostel Maintainance Scratch Card 38 38 (Code: <span tal:replace="python: info['acco_doc'].acco_maint_code" />) for -
WAeUP_SRP/trunk/skins/waeup_student/getMaintenancePrefix.py
r845 r1164 12 12 return the Prefix for hostel maintenance scratchcards 13 13 """ 14 s_info = context.get StudentInfo()14 s_info = context.getAccommodationInfo() 15 15 if s_info.has_key('acco_doc'): 16 16 info = context.waeup_tool.getAccommodationInfo(s_info['acco_doc'].bed)
Note: See TracChangeset for help on using the changeset viewer.