Changeset 1628
- Timestamp:
- 23 Mar 2007, 11:00:24 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/change_password.py
r1571 r1628 4 4 5 5 """ 6 7 return 8 9 10 11 12 13 14 15 6 16 request = context.REQUEST 7 17 import DateTime,logging -
WAeUP_SRP/trunk/skins/waeup_student/study_level_view.pt
r1627 r1628 96 96 97 97 98 <table tal:condition="python: True oris_student and review_state == 'school_fee_paid'" width="100%" cellspacing="0" cellpadding="2"98 <table tal:condition="python: is_student and review_state == 'school_fee_paid'" width="100%" cellspacing="0" cellpadding="2" 99 99 class="folderButtons"> 100 100 <tr>
Note: See TracChangeset for help on using the changeset viewer.