First draft.
This commit is contained in:
@@ -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" }}">
|
||||
—
|
||||
</strong>
|
||||
</p>
|
||||
<button onclick="reopenCookieBanner()">
|
||||
{{ i18n "cookie_change" }}
|
||||
</button>
|
||||
Reference in New Issue
Block a user