Make voucher code in notification clickable (#1423)

* Make voucher code in notification clickable

* Move html out of translated string
This commit is contained in:
Sohalt
2019-10-06 11:52:34 +02:00
committed by Raphael Michel
parent 515d8c4899
commit 05b4d954d9
2 changed files with 10 additions and 4 deletions

View File

@@ -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):