X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/1e07f2852393111843ebfe9c6f534b6002a7c2a8..441f75224376c912eee2c198cdb9294675024ab9:/src/club/forms.py?ds=sidebyside diff --git a/src/club/forms.py b/src/club/forms.py index fe38c7bb3..3a844dab4 100644 --- a/src/club/forms.py +++ b/src/club/forms.py @@ -52,7 +52,7 @@ Twoje dane osobowe nie będą profilowane, ani przesyłane do państw trzecich i 'first_name': forms.TextInput(attrs={"placeholder": _('first name')}), 'last_name': forms.TextInput(attrs={"placeholder": _('last name')}), - 'postal': forms.Textarea(attrs={"placeholder": _("If you leave your address, we'll be able to send you a postcard and other gadgets.")}), + 'postal': forms.Textarea(attrs={"placeholder": _("street address")}), 'postal_code': forms.TextInput(attrs={"placeholder": _('postal code')}), 'postal_town': forms.TextInput(attrs={"placeholder": _('town')}), }