Changeset 1018


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

please check logged_in.py if my changes are correct

Location:
WAeUP_SRP/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/types/StudentAccommodation.xml

    r873 r1018  
    22<object name="StudentAccommodation" meta_type="CPS Flexible Type Information"
    33   xmlns:i18n="http://xml.zope.org/namespaces/i18n">
    4  <property name="title">WAeUP Student Application Data</property>
     4 <property name="title">WAeUP Student Accommodation Data</property>
    55 <property name="description"></property>
    66 <property name="content_icon"></property>
  • WAeUP_SRP/trunk/skins/waeup_custom/logged_in.py

    r1016 r1018  
    115115        return response.redirect("%s/application_edit_form" % student.absolute_url())
    116116    #elif info['review_state'] == "admitted":
    117     elif s_review_state == "admitted":
     117    elif s_review_state in ('admitted', 'objection_raised',):
    118118        return response.redirect("%s/admission_form" % student.absolute_url())
    119119    #elif info['review_state'] == "clearance_pin_entered":
  • WAeUP_SRP/trunk/skins/waeup_student/application_slip.pt

    r805 r1018  
    88            tal:define="review_state info/review_state">
    99           
    10         <h3>Post UME Acknowledegement Slip</h3>
     10        <h3>Application Slip</h3>
    1111        <br />
    1212        <span tal:omit-tag=""
Note: See TracChangeset for help on using the changeset viewer.