Skip to content

Commit

Permalink
assets/images: add transparent logo for sharepic after rebase removed it
Browse files Browse the repository at this point in the history
  • Loading branch information
philli-m authored and fuzzylogic2000 committed Mar 7, 2023
1 parent 410755c commit 51a7613
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file added adhocracy-plus/assets/images/logo_sharepic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion apps/organisations/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,9 @@ def generate_image(self, data):
if data["add_aplus_logo"]:
# get aplus logo
logo_aplus_get = Image.open(
os.path.join(settings.BASE_DIR, "adhocracy-plus/assets/images/logo.png")
os.path.join(
settings.BASE_DIR, "adhocracy-plus/assets/images/logo_sharepic.png"
)
)
logo_aplus_size = (
sharepic_format["aplus_logo_width"],
Expand Down

0 comments on commit 51a7613

Please sign in to comment.