From 0b27c9da239acb596dce1babd538759ec3ef959e Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Fri, 7 Jul 2023 00:54:52 +0700 Subject: [PATCH] Fix some css --- judge/views/organization.py | 7 ------- templates/blog/list.html | 5 +++-- templates/problem/list-base.html | 2 +- templates/three-column-content.html | 16 ++++++---------- 4 files changed, 10 insertions(+), 20 deletions(-) diff --git a/judge/views/organization.py b/judge/views/organization.py index 799b734..58ac765 100644 --- a/judge/views/organization.py +++ b/judge/views/organization.py @@ -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 diff --git a/templates/blog/list.html b/templates/blog/list.html index 0535def..6677bf8 100644 --- a/templates/blog/list.html +++ b/templates/blog/list.html @@ -67,14 +67,15 @@