Changeset 2473 for WAeUP_SRP/base/skins


Ignore:
Timestamp:
29 Oct 2007, 12:46:18 (17 years ago)
Author:
Henrik Bettermann
Message:

display reason message only if in state returning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/getNextInfo.py

    r2466 r2473  
    4747    else:
    4848        info['next_level_id'] = "%s" % (int(level_id) + 100)
    49 elif not (has_session and has_level and has_verdict):
     49elif review_state == 'returning' and not (has_session and has_level and has_verdict):
    5050    reasons = "Your data record is incomplete. School fee payment has been disabled, please contact your faculty!"
    5151
Note: See TracChangeset for help on using the changeset viewer.