adhocracy-plus icon indicating copy to clipboard operation
adhocracy-plus copied to clipboard

Homepage does not show image on a new installation

Open erelsgl opened this issue 1 year ago • 1 comments

When I clone this repo and install adhocracy-plus on a new server, the homepage looks differently than in the https://adhocracy.plus/ site. In particular, the image is not shown; instead, I see only a gray background. I thought that maybe the image is inserted through the wagtail interface, so it is saved only in the database and not in the github repo. Is this correct? Should I manually change the homepage appearance through the wagtail interface whenever I install adhocracyplus on a new server? Alternatively, is there a way to keep the changes I make through wagtail to the github repo?

erelsgl avatar Jul 08 '24 09:07 erelsgl

Hi @erelsgl, yes that's correct, you have to customize the landing page manually. I'm not sure if there's an automated way for new installations but if you always want the exact same static/non-wagtail landing page you could just create a normal django template (+view) and use that instead of the wagtail landing page.

goapunk avatar Jul 15 '24 13:07 goapunk