Add organization blogs
This commit is contained in:
parent
99fc3d1015
commit
5fff6b1510
27 changed files with 1119 additions and 630 deletions
|
@ -568,6 +568,8 @@ class ProblemList(QueryStringSortMixin, TitleMixin, SolvedProblemMixin, ListView
|
|||
]
|
||||
|
||||
def get_org_query(self, query):
|
||||
if not self.profile:
|
||||
return None
|
||||
return [
|
||||
i
|
||||
for i in query
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue