Fix mobile UI

This commit is contained in:
cuom1999 2022-06-01 15:18:52 -05:00
parent 78b818901e
commit 76b631366b
5 changed files with 198 additions and 189 deletions

View file

@ -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"]: