Fix some css

This commit is contained in:
cuom1999 2023-07-07 00:54:52 +07:00
parent 1ca0d51f67
commit 0b27c9da23
4 changed files with 10 additions and 20 deletions

View file

@ -450,13 +450,6 @@ class OrganizationSubmissions(
def contest(self):
return None
def get_queryset(self):
return (
super()
.get_queryset()
.filter(contest_object__organizations=self.organization)
)
def get_context_data(self, **kwargs):
context = super(OrganizationSubmissions, self).get_context_data(**kwargs)
# context["dynamic_update"] = context["page_obj"].number == 1