mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
New email placeholders invoice_name, invoice_company
This commit is contained in:
@@ -20,7 +20,8 @@ class MailForm(forms.Form):
|
||||
self.fields['message'] = I18nFormField(
|
||||
widget=I18nTextarea, required=True,
|
||||
langcodes=event.settings.get('locales'),
|
||||
help_text=_("Available placeholders: {due_date}, {event}, {order}, {order_date}, {order_url}")
|
||||
help_text=_("Available placeholders: {due_date}, {event}, {order}, {order_date}, {order_url}, "
|
||||
"{invoice_name}, {invoice_company}")
|
||||
)
|
||||
choices = list(Order.STATUS_CHOICE)
|
||||
if not event.settings.get('payment_term_expire_automatically', as_type=bool):
|
||||
|
||||
Reference in New Issue
Block a user