mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-06 15:16:20 +01:00
Added empty directories for custom templates and images
Added template directories to settings.py to be searched first Addresses issue #99
This commit is contained in:
@@ -122,10 +122,12 @@ TEMPLATE_CONTEXT_PROCESSORS = (
|
||||
)
|
||||
|
||||
TEMPLATE_DIRS = (
|
||||
'custom_templates',
|
||||
'templates',
|
||||
)
|
||||
|
||||
STATICFILES_DIRS = (
|
||||
'custom_static',
|
||||
'static',
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user