mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Make voucher code in notification clickable (#1423)
* Make voucher code in notification clickable * Move html out of translated string
This commit is contained in:
@@ -179,9 +179,7 @@ class VoucherForm(I18nModelForm):
|
||||
return data
|
||||
|
||||
def save(self, commit=True):
|
||||
super().save(commit)
|
||||
|
||||
return ['item']
|
||||
return super().save(commit)
|
||||
|
||||
|
||||
class VoucherBulkForm(VoucherForm):
|
||||
|
||||
Reference in New Issue
Block a user