forked from CGM_Public/pretix_original
Use hard line breaks in all default email texts
This commit is contained in:
@@ -271,7 +271,7 @@ class VoucherBulkForm(VoucherForm):
|
||||
required=False,
|
||||
initial=_('Hello,\n\n'
|
||||
'with this email, we\'re sending you one or more vouchers for {event}:\n\n{voucher_list}\n\n'
|
||||
'You can redeem them here in our ticket shop:\n\n{url}\n\nBest regards,\n\n'
|
||||
'You can redeem them here in our ticket shop:\n\n{url}\n\nBest regards, \n'
|
||||
'Your {event} team')
|
||||
)
|
||||
send_recipients = forms.CharField(
|
||||
|
||||
Reference in New Issue
Block a user