From 7e148ced2ba5f9eeccde04ac4b354d05f364a5a2 Mon Sep 17 00:00:00 2001 From: Hugo LEVY-FALK Date: Sat, 4 Nov 2017 19:38:58 +0100 Subject: [PATCH] Fix #13 --- templates/base.html | 1 + templates/cookie_banner.html | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 templates/cookie_banner.html diff --git a/templates/base.html b/templates/base.html index 3d8cfea7..d0d5e99a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -49,6 +49,7 @@ with this program; if not, write to the Free Software Foundation, Inc., + {% include "cookie_banner.html" %}