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
|
|
@ -40,6 +40,7 @@
|
|||
</head>
|
||||
|
||||
<body id="page-top" class="index">
|
||||
{% include "gdpr_banner.html" %}
|
||||
<nav class="navbar navbar-default navbar-fixed-top topnav navbar-transparent">
|
||||
<div class="topnav">
|
||||
<!-- Brand and toggle get grouped for better mobile display -->
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@
|
|||
</head>
|
||||
|
||||
<body id="page-top" class="index">
|
||||
{% include "gdpr_banner.html" %}
|
||||
{% cms_toolbar %}
|
||||
<nav class="navbar navbar-default navbar-fixed-top topnav navbar-transparent">
|
||||
<div class="topnav">
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
</head>
|
||||
|
||||
<body id="page-top" class="index">
|
||||
|
||||
{% include "gdpr_banner.html" %}
|
||||
<!-- Navigation -->
|
||||
<nav class="navbar navbar-default navbar-fixed-top">
|
||||
<div class="container">
|
||||
|
|
|
|||
|
|
@ -41,7 +41,9 @@
|
|||
</head>
|
||||
|
||||
<body id="page-top" class="index">
|
||||
{% cms_toolbar %}
|
||||
{% include "gdpr_banner.html" %}
|
||||
|
||||
{% cms_toolbar %}
|
||||
{% placeholder 'Ungleich Page Contents' %}
|
||||
|
||||
<!-- Footer -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue