Added code generator for bulk coupons

This commit is contained in:
Raphael Michel
2016-06-01 19:10:00 +02:00
parent 2275812608
commit 818f61a819
3 changed files with 40 additions and 1 deletions

View File

@@ -87,7 +87,7 @@ class VoucherBulkForm(VoucherForm):
widget=forms.Textarea,
label=_("Codes"),
help_text=_(
"Add one voucher code per line"
"Add one voucher code per line. We suggest that you copy this list and save it into a file."
)
)