mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Fix incorrect settings field type
This commit is contained in:
@@ -941,8 +941,8 @@ DEFAULTS = {
|
|||||||
'mail_from_name': {
|
'mail_from_name': {
|
||||||
'default': None,
|
'default': None,
|
||||||
'type': str,
|
'type': str,
|
||||||
'form_class': forms.EmailField,
|
'form_class': forms.CharField,
|
||||||
'serializer_class': serializers.EmailField,
|
'serializer_class': serializers.CharField,
|
||||||
'form_kwargs': dict(
|
'form_kwargs': dict(
|
||||||
label=_("Sender name"),
|
label=_("Sender name"),
|
||||||
help_text=_("Sender name used in conjunction with the sender address for outgoing emails. "
|
help_text=_("Sender name used in conjunction with the sender address for outgoing emails. "
|
||||||
|
|||||||
Reference in New Issue
Block a user