Changeset 2357 for WAeUP_SRP/base


Ignore:
Timestamp:
12 Oct 2007, 20:52:48 (17 years ago)
Author:
Henrik Bettermann
Message:

do not show title twice

Location:
WAeUP_SRP/base
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/Widgets.py

    r2356 r2357  
    14401440                    if applicant.screening_type != screening_type_request\
    14411441                          and screening_type_request != 'manage':
    1442                         err = "You used the wrong application form!"
     1442                        err = "You are using the wrong access form!"
    14431443                        s_logger.info('%s tried to use %s application form but has applied for %s' % (ref,screening_type_request,applicant.screening_type))
    14441444                        break
  • WAeUP_SRP/base/skins/waeup_student/apply_admission_form.pt

    r2324 r2357  
    1414          <h3 tal:content="info/heading" />
    1515        </span>
    16         <span tal:condition="expired">
     16        <span tal:condition="python:expired and mode!='view'">
    1717          <h3>Show Application Record! </h3>
    1818        </span>
Note: See TracChangeset for help on using the changeset viewer.