Fix mobile UI
This commit is contained in:
parent
78b818901e
commit
76b631366b
5 changed files with 198 additions and 189 deletions
|
@ -805,6 +805,7 @@ class UserContestSubmissionsAjax(UserContestSubmissions):
|
|||
context["contest"] = self.contest
|
||||
context["problem"] = self.problem
|
||||
context["profile"] = self.profile
|
||||
context["profile_id"] = self.request.profile.id if self.request.profile else None
|
||||
|
||||
contest_problem = self.contest.contest_problems.get(problem=self.problem)
|
||||
for s in context["submissions"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue