Add gdpr banner to dcl template
This commit is contained in:
parent
44fb184436
commit
4dce0ee5bd
2 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
{% include "gdpr_banner.html" %}
|
||||
{% block navbar %}
|
||||
{% include "datacenterlight/includes/_navbar.html" %}
|
||||
{% endblock navbar %}
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
{% include "gdpr_banner.html" %}
|
||||
{% cms_toolbar %}
|
||||
|
||||
{% placeholder 'datacenterlight_navbar' %}
|
||||
|
|
Loading…
Reference in a new issue