From 98198fc128fe639936f5ed275604912dad0fe81d Mon Sep 17 00:00:00 2001 From: krmax44 Date: Wed, 4 Dec 2024 15:03:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20remove=20pretix=20widget=20borde?= =?UTF-8?q?r=20+=20attribution?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fragdenstaat_de/fds_cms/static/css/pretix-widget.css | 7 +++++++ fragdenstaat_de/fds_cms/templates/fds_cms/pretix.html | 1 + 2 files changed, 8 insertions(+) create mode 100644 fragdenstaat_de/fds_cms/static/css/pretix-widget.css diff --git a/fragdenstaat_de/fds_cms/static/css/pretix-widget.css b/fragdenstaat_de/fds_cms/static/css/pretix-widget.css new file mode 100644 index 000000000..e5845a176 --- /dev/null +++ b/fragdenstaat_de/fds_cms/static/css/pretix-widget.css @@ -0,0 +1,7 @@ +.pretix-widget { + border: none; + padding: 0; +} +.pretix-widget-attribution { + display: none; +} diff --git a/fragdenstaat_de/fds_cms/templates/fds_cms/pretix.html b/fragdenstaat_de/fds_cms/templates/fds_cms/pretix.html index d0e296056..fde334773 100644 --- a/fragdenstaat_de/fds_cms/templates/fds_cms/pretix.html +++ b/fragdenstaat_de/fds_cms/templates/fds_cms/pretix.html @@ -5,6 +5,7 @@ type="text/css" href="{{ instance.shop_url }}widget/v1.css" crossorigin> + {% endaddtoblock %} {% addtoblock "js" %}