Skip to content
Snippets Groups Projects
Commit 23882967 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Add a templates_custom dir to make it easy to override templates.

parent dd4dc49a
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,7 @@ TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [
os.path.join(PROJECT_DIR, 'templates_custom'),
os.path.join(PROJECT_DIR, 'templates'),
os.path.join(PROJECT_DIR, 'apply', 'templates'),
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment