Fix organization contest bug and add Bookmarks on dropdown list (#113)
This commit is contained in:
parent
c6acfa5e05
commit
796a670cd7
6 changed files with 212 additions and 187 deletions
|
@ -425,7 +425,6 @@ class OrganizationContests(
|
|||
def get_context_data(self, **kwargs):
|
||||
context = super(OrganizationContests, self).get_context_data(**kwargs)
|
||||
context["page_type"] = "contests"
|
||||
context["hide_contest_orgs"] = True
|
||||
context.pop("organizations")
|
||||
|
||||
if self.can_edit_organization(self.organization):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue