django / djangoproject.com

Source code to djangoproject.com
https://www.djangoproject.com/
BSD 3-Clause "New" or "Revised" License
1.86k stars 939 forks source link

Make it easier to display a site-wide banner #1550

Open bmispelon opened 2 weeks ago

bmispelon commented 2 weeks ago

There's sometimes a need to add a banner on every page of the site, for example during the biannual pycharm campaign (7a03628d805e0a144d990b5bc2f971cd36901d08).

Currently, this involves adding HTML code to several templates, but it would be nice if this was centralized so that the change would only involve one file (the base template).