mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 23:36:30 +01:00
Updated the game template to the change web directory layout.
This commit is contained in:
parent
9ddd0ecf33
commit
de7787b042
12 changed files with 21 additions and 18 deletions
|
|
@ -1,3 +0,0 @@
|
|||
You can replace the CSS files for Evennia's homepage here.
|
||||
|
||||
You can find the original files in `evennia/web/static/evennia_general/css/`
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
You can replace the image files for Evennia's home page here.
|
||||
|
||||
You can find the original files in `evennia/web/static/evennia_general/images/`
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
You can replace the CSS files for Evennia's homepage here.
|
||||
|
||||
You can find the original files in `evennia/web/static/website/css/`
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
You can replace the image files for Evennia's home page here.
|
||||
|
||||
You can find the original files in `evennia/web/static/website/images/`
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
Replace Evennia's Django templates with your own here.
|
||||
|
||||
You can find the original files in evennia/web/templates/evennia_general
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
You can replace the theme templates for the default theme 'prosimii' here. You may wish to create a different
|
||||
theme instead, however, and update your settings accordingly.
|
||||
|
||||
You can find the original files in `evennia/web/templates/prosimii/`
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
The templates involving login/logout can be overwritten here.
|
||||
|
||||
You can find the original files in `evennia/web/templates/prosimii/registration/`
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
Replace Evennia's webclient django templates with your own here.
|
||||
|
||||
You can find the original files in `evennia/web/webclient/templates/webclient/`
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
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/`
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
Flatpages require a default.html template, which can be overwritten by placing it in this folder.
|
||||
|
||||
You can find the original files in `evennia/web/templates/evennia_general/prosimii/flatpages/`
|
||||
You can find the original files in `evennia/web/website/templates/website/flatpages/`
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
The templates involving login/logout can be overwritten here.
|
||||
|
||||
You can find the original files in `evennia/web/website/templates/website/registration/`
|
||||
|
|
@ -14,5 +14,5 @@ custom_patterns = [
|
|||
# url(r'/desired/url/', view, name='example'),
|
||||
]
|
||||
|
||||
# this is used by Django.
|
||||
# this is required by Django.
|
||||
urlpatterns = custom_patterns + urlpatterns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue