dkmud/web/template_overrides/website/README.md

8 lines
397 B
Markdown
Raw Permalink Normal View History

2022-01-10 14:42:13 +01:00
You can replace the django templates (html files) for the website
here. It uses the default "prosimii" theme. If you want to maintain
multiple themes rather than just change the default one in-place,
make new folders under `template_overrides/` and change
`settings.ACTIVE_THEME` to point to the folder name to use.
You can find the original files under `evennia/web/website/templates/website/`