- Timestamp:
- 13 Nov 2018, 07:58:07 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py
r15232 r15236 1059 1059 for courseticket in coursetickets 1060 1060 if courseticket.student.current_mode in score_editing_enabled 1061 and courseticket.total_score is not None] 1061 and courseticket.total_score is not None 1062 and courseticket.__parent__.__parent__.is_current] 1062 1063 except KeyError: 1063 1064 coursetickets_filtered = coursetickets … … 1096 1097 if getattr(ticket, 'imported_ts', None): 1097 1098 total = Paragraph( 1098 "<b>%s</b>" % ticket. total_score, STYLE["Normal"])1099 "<b>%s</b>" % ticket.imported_ts, STYLE["Normal"]) 1099 1100 grade = ticket._getGradeWeightFromScore[0] 1100 1101 if grade in ('F', '-'):
Note: See TracChangeset for help on using the changeset viewer.