X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/65de6f33ab7154135a2f934df9ad53d7c82cec22..0bcf3b50304dc2159e9005b78000f212edd2d4bf:/apps/funding/forms.py?ds=sidebyside diff --git a/apps/funding/forms.py b/apps/funding/forms.py index dc0e6236d..bb155b98a 100644 --- a/apps/funding/forms.py +++ b/apps/funding/forms.py @@ -14,8 +14,9 @@ class FundingForm(forms.Form): name = forms.CharField(label=_("Name"), required=False, help_text=_("Optional name for public list of contributors")) email = forms.EmailField(label=_("Contact e-mail"), - help_text=_("We'll use it to contact you about your perks and fundraiser status and payment updates.
" - "Won't be publicised."), required=False) + help_text=_("We'll use it to contact you about the details needed for your perks,
" + "and to send you updates about your payment and the fundraiser status (which you can always turn off).
" + "Your e-mail won't be publicised."), required=False) def __init__(self, offer, *args, **kwargs): self.offer = offer