Add gdpr banner to dcl template

This commit is contained in:
PCoder 2018-07-21 10:51:11 +02:00
parent 44fb184436
commit 4dce0ee5bd
2 changed files with 2 additions and 1 deletions

View file

@ -43,7 +43,7 @@
</head>
<body>
{% include "gdpr_banner.html" %}
{% block navbar %}
{% include "datacenterlight/includes/_navbar.html" %}
{% endblock navbar %}

View file

@ -49,6 +49,7 @@
</head>
<body>
{% include "gdpr_banner.html" %}
{% cms_toolbar %}
{% placeholder 'datacenterlight_navbar' %}