From d99c65c8563ff00554fabad8d06f0cc6719e3853 Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 14 Jan 2020 00:40:09 +0100 Subject: [PATCH] Added Imprint Placeholder --- src/core/templates/static_pages/imprint.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/core/templates/static_pages/imprint.html b/src/core/templates/static_pages/imprint.html index e69de29..8352c4c 100644 --- a/src/core/templates/static_pages/imprint.html +++ b/src/core/templates/static_pages/imprint.html @@ -0,0 +1,10 @@ +{% extends 'master.html' %} + +{% block content %} +

Imprint

+ +

GDPR

+ +

Cookies

+ +{% endblock %}