Cookie streamlining (#493)

* remove cookie banner
* remove form from cookies.html
* move cookie content to privacy page
This commit is contained in:
Steven Reilly
2023-05-03 15:33:27 -04:00
committed by GitHub
parent b9c78eeb43
commit 454b778582
16 changed files with 101 additions and 928 deletions

View File

@@ -1,6 +1,5 @@
{% extends "main_template.html" %}
{% from "components/banner.html" import banner %}
{% from "components/cookie-banner.html" import cookie_banner %}
{% block headIcons %}
<link rel="shortcut icon" sizes="16x16 32x32 48x48" href="{{ asset_url('images/favicon.ico') }}" type="image/x-icon" />
@@ -41,10 +40,6 @@
{% block bodyStart %}
{% block extra_javascripts_before_body %}
{% endblock %}
{% block cookie_message %}
{{ cookie_banner() }}
{% endblock %}
{% endblock %}
{% block header %}