gwu-libraries / launchpad

A django based system that provides a stable URL for every item in the library's catalog. Various discovery services will link to these URLs. The page for each item will in turn link out to various other resources that provide methods for accessing the content of the items.
MIT License
15 stars 9 forks source link

Alert banner #1218

Open kerchner opened 6 years ago

kerchner commented 6 years ago

Add ability to configure an alert banner that will show up on item and/or search results pages. Temporarily hacked this in by adding the following into base.html after the header block include:

<div class="span12"><div class="alert"><div class="text-center"><font color="#8d321a"><strong>A significant number of ebooks will be unavailable on Saturday, January 20 from 1-7pm due to vendor maintenance.</strong></font></div></div></div>