Add image uploading feature for organization (#122)
This commit is contained in:
parent
c00db58cb1
commit
9dd779f4fa
14 changed files with 130 additions and 14 deletions
|
@ -423,7 +423,7 @@ class ContestMixin(object):
|
|||
):
|
||||
context[
|
||||
"logo_override_image"
|
||||
] = self.object.organizations.first().logo_override_image
|
||||
] = self.object.organizations.first().organization_image.url
|
||||
|
||||
return context
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue