forked from CGM_Public/pretix_original
Remove SVG from supported files for invoice generation
This commit is contained in:
@@ -467,7 +467,7 @@ class InvoiceSettingsForm(SettingsForm):
|
|||||||
)
|
)
|
||||||
invoice_logo_image = ExtFileField(
|
invoice_logo_image = ExtFileField(
|
||||||
label=_('Logo image'),
|
label=_('Logo image'),
|
||||||
ext_whitelist=(".png", ".jpg", ".svg", ".gif", ".jpeg"),
|
ext_whitelist=(".png", ".jpg", ".gif", ".jpeg"),
|
||||||
required=False,
|
required=False,
|
||||||
help_text=_('We will show your logo with a maximal height and width of 2.5 cm.')
|
help_text=_('We will show your logo with a maximal height and width of 2.5 cm.')
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user