First draft.

This commit is contained in:
2026-06-14 11:14:34 +02:00
parent c1b8e161fc
commit cb07db14dc
10 changed files with 269 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
<p>
{{ i18n "cookie_status" }}:
<strong id="cookie_status"
data-accepted="{{ i18n "cookie_accepted" }}"
data-declined="{{ i18n "cookie_declined" }}"
data-none="{{ i18n "cookie_none" }}">
&mdash;
</strong>
</p>
<button onclick="reopenCookieBanner()">
{{ i18n "cookie_change" }}
</button>