EOA CMS Components is a Django app that adds some features to the CMS used in Edition Open Access.
- eoa-component
- eoa-highlightbox
- eoa-twocolumns
Add "eoacmscomponents" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'eoacmscomponents', ]