Changeset 13923 for main/waeup.kofa/branches/uli-scores-upload/src
- Timestamp:
- 13 Jun 2016, 00:47:32 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-scores-upload/src/waeup/kofa/students/browser.py
r13922 r13923 3128 3128 if not editable_tickets: 3129 3129 return 3130 scores = form['scores'] 3131 sids = form['sids'] 3132 formvals = dict([(sids[i], scores[i]) for i in range(len(sids))]) 3130 formvals = dict(zip(form['sids'], form['scores'])) 3133 3131 for ticket in editable_tickets: 3134 3132 score = ticket.score
Note: See TracChangeset for help on using the changeset viewer.