Add templates/gdpr to the template path
This commit is contained in:
parent
831bf9a8be
commit
44fb184436
1 changed files with 1 additions and 0 deletions
|
@ -192,6 +192,7 @@ TEMPLATES = [
|
||||||
os.path.join(PROJECT_DIR,
|
os.path.join(PROJECT_DIR,
|
||||||
'ungleich_page/templates/ungleich_page'),
|
'ungleich_page/templates/ungleich_page'),
|
||||||
os.path.join(PROJECT_DIR, 'templates/analytics'),
|
os.path.join(PROJECT_DIR, 'templates/analytics'),
|
||||||
|
os.path.join(PROJECT_DIR, 'templates/gdpr'),
|
||||||
],
|
],
|
||||||
'APP_DIRS': True,
|
'APP_DIRS': True,
|
||||||
'OPTIONS': {
|
'OPTIONS': {
|
||||||
|
|
Loading…
Reference in a new issue