Add templates/gdpr to the template path

This commit is contained in:
PCoder 2018-07-21 10:49:58 +02:00
parent 831bf9a8be
commit 44fb184436

View file

@ -192,6 +192,7 @@ TEMPLATES = [
os.path.join(PROJECT_DIR,
'ungleich_page/templates/ungleich_page'),
os.path.join(PROJECT_DIR, 'templates/analytics'),
os.path.join(PROJECT_DIR, 'templates/gdpr'),
],
'APP_DIRS': True,
'OPTIONS': {