Changeset 2483 for WAeUP_SRP/base/skins/cps_custom
- Timestamp:
- 30 Oct 2007, 20:29:47 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/cps_custom/logged_in.py
r2480 r2483 69 69 70 70 student_app = getattr(student,'application',None) 71 71 72 72 ######################################################### 73 73 … … 223 223 sc_review_state = wftool.getInfoFor(study_course,'review_state',None) 224 224 dsc = {} 225 if not has_verdict :225 if not has_verdict and s_review_state == 'returning': 226 226 dsc['current_verdict'] = context.getVerdict(has_results[0].Verdict)[0] 227 227 if not has_level and s_review_state == 'returning':
Note: See TracChangeset for help on using the changeset viewer.