From 30bfe5bef2161931dd3e5814416fc352cd8d2c56 Mon Sep 17 00:00:00 2001 From: virusdefender <1670873886@qq.com> Date: Sun, 25 Oct 2015 11:35:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=AF=94=E8=B5=9B=E6=89=80?= =?UTF-8?q?=E6=9C=89=E6=8F=90=E4=BA=A4=E7=BF=BB=E9=A1=B5=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contest/views.py | 2 +- template/src/oj/contest/submissions_list.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contest/views.py b/contest/views.py index ae6f934..29c943a 100644 --- a/contest/views.py +++ b/contest/views.py @@ -537,4 +537,4 @@ def contest_problem_submissions_list_page(request, contest_id, page=1): return render(request, "oj/contest/submissions_list.html", {"submissions": current_page, "page": int(page), "previous_page": previous_page, "next_page": next_page, "start_id": int(page) * 20 - 20, - "contest": contest, "filter": filter, "user_id": user_id}) \ No newline at end of file + "contest": contest, "filter": filter, "user_id": user_id, "problem_id": problem_id}) \ No newline at end of file diff --git a/template/src/oj/contest/submissions_list.html b/template/src/oj/contest/submissions_list.html index 3646c24..354ce1d 100644 --- a/template/src/oj/contest/submissions_list.html +++ b/template/src/oj/contest/submissions_list.html @@ -107,14 +107,14 @@