Refactor contest ranking
This commit is contained in:
parent
73541ef8dd
commit
cc666c8361
6 changed files with 179 additions and 231 deletions
|
@ -609,11 +609,6 @@ urlpatterns = [
|
|||
contests.ContestFinalRanking.as_view(),
|
||||
name="contest_final_ranking",
|
||||
),
|
||||
url(
|
||||
r"^/ranking/ajax$",
|
||||
contests.contest_ranking_ajax,
|
||||
name="contest_ranking_ajax",
|
||||
),
|
||||
url(r"^/join$", contests.ContestJoin.as_view(), name="contest_join"),
|
||||
url(r"^/leave$", contests.ContestLeave.as_view(), name="contest_leave"),
|
||||
url(r"^/stats$", contests.ContestStats.as_view(), name="contest_stats"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue