You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
397 B
7 lines
397 B
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/`
|
|
|