add placeholder

This commit is contained in:
Cayo Puigdefabregas 2023-03-09 10:43:35 +01:00
parent e6de54873e
commit de24cae235
1 changed files with 4 additions and 1 deletions

View File

@ -1539,7 +1539,10 @@ class CustomerDetailsForm(FlaskForm):
logo = URLField(
'Logo',
[validators.Optional()],
render_kw={'class': "form-control"},
render_kw={
'class': "form-control",
"placeholder": "Url where is the logo - acceptd only .png, .jpg, .gif, svg",
},
description="Url where is the logo",
)