new contest ui (#80)
This commit is contained in:
parent
6c64e42322
commit
3542d6ba64
6 changed files with 269 additions and 240 deletions
|
@ -134,7 +134,7 @@ class ContestList(
|
|||
QueryStringSortMixin, DiggPaginatorMixin, TitleMixin, ContestListMixin, ListView
|
||||
):
|
||||
model = Contest
|
||||
paginate_by = 20
|
||||
paginate_by = 10
|
||||
template_name = "contest/list.html"
|
||||
title = gettext_lazy("Contests")
|
||||
context_object_name = "past_contests"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue