-
Notifications
You must be signed in to change notification settings - Fork 1
Custom Themes
Jeremy Nelson edited this page Apr 29, 2013
·
1 revision
To create an institution-specific branding for apps in the Aristotle Library Apps project, you will need to create a directory in the themes app directory. You can see an example of this in the "prospector" branch for the Aristotle Library Apps project.
Here is a list of templates you'll need to override
app-base.html
discovery/app.html discovery/search-results.html
Add your theme to the aristotle/local_settings.py ACTIVE_APPS using the same syntax for importing a submodule in Python. For the prospector theme, themes.prospector is added to the local_settings.py file.