diff --git a/main/forms.py b/main/forms.py index 22bd76b..81b2e8a 100644 --- a/main/forms.py +++ b/main/forms.py @@ -96,12 +96,11 @@ class StatisticForm(forms.Form): :type range_end: :class:`django.forms.fields.DateField` """ email = forms.EmailField( - label='Электроная почта', + label='Электронная почта', widget=forms.EmailInput( attrs={ 'placeholder': 'example@ngenix.ru', 'class': 'form-control', - 'style': 'background-color:#f2f2f2;' } ), )