fix: update cookie banner

mprofiag
Simon Caminada 2 years ago
parent 7f11089915
commit 5a0457d4ff

@ -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">

Loading…
Cancel
Save