-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with submissions list count variable
Most notably fixes "Show all submissions" button missing. With the new pseudonymization feature, in exercise/staff_views:ListSubmissionsView, the submissions queryset is iterated over, resulting in evaluating the queryset, e.g. it being converted into a list which has no .count() method. Fix by including the count variable in the template context.
- Loading branch information
Showing
2 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters