Add gdpr banner to all base templates
This commit is contained in:
parent
4dce0ee5bd
commit
069cd18268
8 changed files with 10 additions and 2 deletions
|
|
@ -48,6 +48,7 @@
|
|||
|
||||
</head>
|
||||
<body>
|
||||
{% include "gdpr_banner.html" %}
|
||||
|
||||
<!-- Navigation -->
|
||||
{% include "hosting/includes/_navbar.html" %}
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
{% include "gdpr_banner.html" %}
|
||||
{% cms_toolbar %}
|
||||
|
||||
{% block navbar %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue