Changeset 3475 for WAeUP_SRP


Ignore:
Timestamp:
30 Apr 2008, 10:03:41 (17 years ago)
Author:
Henrik Bettermann
Message:

show correct title on course registration form/slip

Location:
WAeUP_SRP
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/course_registration_slip.pt

    r2760 r3475  
    1414          validated info/validated;
    1515          ">
    16       <h3>Course Registration Slip for <span tal:content="here/title_or_id" /></h3>
     16      <h3>Course Registration Slip for <span tal:content="info/level_str" /></h3>
    1717      <br />
    1818      <div tal:condition="validated">
  • WAeUP_SRP/base/skins/waeup_student/study_level_view.pt

    r3169 r3475  
    5151      <span tal:condition="is_student">My </span>
    5252     
    53       Course Registration Form for <span tal:content="here/Title" />
     53      Course Registration Form for <span tal:content="info/level_str" />
    5454    </h3>
    5555   
  • WAeUP_SRP/uniben/waeup_custom/getStudyLevelInfo.py

    r3263 r3475  
    5858info['verdict'] = context.portal_vocabularies.verdicts.get(level_doc.verdict).upper()
    5959info['session'] = context.portal_vocabularies.sessions.get(level_doc.session)
    60 # info['level_str'] = context.portal_vocabularies.student_levels.get(level_id) # not used
     60info['level_str'] = context.portal_vocabularies.student_levels.get(level_id)
    6161
    6262info['choosen_ids'] = request.get('ids',[])
Note: See TracChangeset for help on using the changeset viewer.