forked from TagesschuleElementa/www.tagesschule-elementa.ch
fix: update cookie banner
This commit is contained in:
@@ -177,12 +177,14 @@
|
||||
<div id="privacy-message" style="display: none;">
|
||||
<div class="privacy-message__frame">
|
||||
<p>
|
||||
{% page_url 'imprint' as privacy_url %}
|
||||
{% blocktrans with privacy_url=privacy_url %}
|
||||
{% page_url 'privacy' as privacy_url %}
|
||||
{% if LANGUAGE_CODE == 'de' %}
|
||||
Um diese Webseite optimal gestalten und fortlaufend verbessern zu können, verwenden wir Cookies.
|
||||
Weitere Informationen finden Sie in unserer
|
||||
<a href="{{ privacy_url }}">Datenschutzerklärung im Impressum</a>.
|
||||
{% endblocktrans %}
|
||||
Weitere Informationen finden Sie in unserer <a href="{{ privacy_url }}">Datenschutzerklärung</a>.
|
||||
{% else %}
|
||||
In order to optimize this website and to continuously improve it, we use cookies.
|
||||
Further information can be found in our <a href="{{ privacy_url }}">data protection</a>.
|
||||
{% endif %}
|
||||
</p>
|
||||
<div class="privacy-message__actions">
|
||||
<a href="#" class="button button--small button--ghost privacy_action--decline">
|
||||
|
||||
Reference in New Issue
Block a user