增加比赛倒计时的功能

This commit is contained in:
hohoTT
2015-09-22 12:56:10 +08:00
parent 3b8eef1bab
commit 371b9625c2
12 changed files with 842 additions and 19 deletions

View File

@@ -88,7 +88,6 @@ urlpatterns = [
url(r'^contests/$', "contest.views.contest_list_page", name="contest_list_page"),
url(r'^contests/(?P<page>\d+)/$', "contest.views.contest_list_page", name="contest_list_page"),
url(r'^contest/(?P<contest_id>\d+)/$', "contest.views.contest_page", name="contest_page"),
url(r'^problem/(?P<problem_id>\d+)/$', "problem.views.problem_page", name="problem_page"),