Skip to content
Jeremy Nelson edited this page Apr 29, 2013 · 1 revision

Custom Themes

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.

Template Files

Here is a list of templates you'll need to override

app-base.html

Discovery App Templates

discovery/app.html discovery/search-results.html

Set-up

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.

Clone this wiki locally