diff --git a/download/forms.py b/download/forms.py index 2671e02..7e88937 100644 --- a/download/forms.py +++ b/download/forms.py @@ -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(