From de3fd54a271d88dc1d2ed1fa3ca86bc199dfc862 Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Thu, 6 Mar 2025 12:31:35 +0100 Subject: [PATCH] ical: Remove Markdown indicator for mail_attach_ical_description (Z#23184634) --- src/pretix/base/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/base/settings.py b/src/pretix/base/settings.py index 29154dfe76..b023aefc93 100644 --- a/src/pretix/base/settings.py +++ b/src/pretix/base/settings.py @@ -2108,7 +2108,7 @@ DEFAULTS = { 'form_class': I18nFormField, 'form_kwargs': dict( label=_("Event description"), - widget=I18nMarkdownTextarea, + widget=I18nTextarea, help_text=_( "You can use this to share information with your attendees, such as travel information or the link to a digital event. " "If you keep it empty, we will put a link to the event shop, the admission time, and your organizer name in there. "