Changeset 1598
- Timestamp:
- 19 Mar 2007, 22:02:38 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/mail2student.py
r1595 r1598 9 9 ## 10 10 # $Id: mail2admin.py 869 2006-11-15 13:46:49Z henrik $ 11 12 from urllib import urlencode 11 13 12 14 mhost = context.MailHost -
WAeUP_SRP/trunk/skins/waeup_student/study_level_view.pt
r1595 r1598 144 144 145 145 <input type="hidden" name="action_after_validate" type="text" id="action_after_validate" 146 tal:attributes="value string: /study_level_view"/>146 tal:attributes="value string:study_level_view"/> 147 147 <input type="hidden" name="action_after_reject" type="text" id="action_after_reject" 148 tal:attributes="value string: /contact_student_form"/>148 tal:attributes="value string:contact_student_form"/> 149 149 150 150 </td> … … 181 181 182 182 <input type="hidden" name="action_after_validate" type="text" id="action_after_validate" 183 tal:attributes="value string: /study_level_view"/>183 tal:attributes="value string:study_level_view"/> 184 184 <input type="hidden" name="action_after_reject" type="text" id="action_after_reject" 185 tal:attributes="value string: /contact_student_form"/>185 tal:attributes="value string:contact_student_form"/> 186 186 187 187 … … 204 204 /> 205 205 <input type="hidden" name="action_after_validate" type="text" id="action_after_validate" 206 tal:attributes="value string: /study_level_view"/>206 tal:attributes="value string:study_level_view"/> 207 207 </td> 208 208 </table>
Note: See TracChangeset for help on using the changeset viewer.