Merge branch 'feature/mail_field_fix' into 'develop'
Mail field fix See merge request 2020-2021/online/s101/group-02/access_controller!58
This commit is contained in:
commit
223241703f
@ -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;'
|
||||
}
|
||||
),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user