Add image uploading feature for organization

This commit is contained in:
anhkha2003 2024-07-18 08:37:21 +07:00
parent c00db58cb1
commit 4086b1319b
14 changed files with 130 additions and 14 deletions

View file

@ -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