forked from CGM_Public/pretix_original
ical: Remove Markdown indicator for mail_attach_ical_description (Z#23184634)
This commit is contained in:
@@ -2108,7 +2108,7 @@ DEFAULTS = {
|
|||||||
'form_class': I18nFormField,
|
'form_class': I18nFormField,
|
||||||
'form_kwargs': dict(
|
'form_kwargs': dict(
|
||||||
label=_("Event description"),
|
label=_("Event description"),
|
||||||
widget=I18nMarkdownTextarea,
|
widget=I18nTextarea,
|
||||||
help_text=_(
|
help_text=_(
|
||||||
"You can use this to share information with your attendees, such as travel information or the link to a digital event. "
|
"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. "
|
"If you keep it empty, we will put a link to the event shop, the admission time, and your organizer name in there. "
|
||||||
|
|||||||
Reference in New Issue
Block a user