Change placeholder

master
Tait Hoyem 3 years ago
parent 13ccb4c25b
commit c85c10d8b0

@ -3,7 +3,7 @@ from django import forms
class CodeForm(forms.Form):
address = forms.CharField(label='Address', max_length=120, required=True,
widget=forms.TextInput(
attrs={'placeholder': 'Enter your address', 'autocomplete': 'off'}
attrs={'placeholder': 'Search your address', 'autocomplete': 'off'}
))
email = forms.EmailField(label='Email', max_length=32, required=True,
widget=forms.TextInput(

Loading…
Cancel
Save