Addition of sponsors without needing to redeploy site.
hodgestar opened this issue · 2 comments
hodgestar commented
Currently there are a few common tasks that require either writing code, deploying new images or fiddly markup when adding a sponsor:
- Adding a sponsor to the top navigation menu (settings.py change currently).
- Adding a sponsor to the footer (requires base template change and uploading footer version of the logo).
- Adding the sponsor image and link to the sponsor page (requires fiddly markup)
- All sponsor files are showing for every sponsor in the sponsor edit page (we should probably filter the list so that only files linked to the current sponsor are shown).
This follows on from #213.
drnlm commented
With the tagged file support for sponsor files and the automatic footer and block inline templates, what still needs to happen here?
hodgestar commented
I think this can be considered done.