X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/1ede7c2fdb4bc8345e778ab734b0c3e59fdeb32a..f097b79baff0a021c4204124271181a610ec4068:/shop/forms.py diff --git a/shop/forms.py b/shop/forms.py index fedd152..bed435c 100644 --- a/shop/forms.py +++ b/shop/forms.py @@ -17,7 +17,7 @@ class OrderForm(forms.Form): widget=NumberInput(attrs={'min': '1', 'step': '1', 'class': 'cost-items'})) name = forms.CharField(label=_("Name")) email = forms.EmailField(label=_("Contact e-mail")) - address = forms.CharField(label=_("Address"), widget=forms.Textarea) + address = forms.CharField(label=_("Shipping address"), widget=forms.Textarea) accept = forms.BooleanField(label=_("Accept terms"), help_text='''Akceptuję regulamin sklepu.''')