fix excess of line

This commit is contained in:
Cayo Puigdefabregas 2022-08-02 17:44:36 +02:00
parent 83519219c7
commit 829266a808
1 changed files with 4 additions and 3 deletions

View File

@ -1643,7 +1643,8 @@ class BindingForm(FlaskForm):
return False
if self.placeholder.binding:
txt = "This placeholder have a binding with other device. Before you need to do an unbinding with this other device."
txt = "This placeholder have a binding with other device. "
txt += "Before you need to do an unbinding with this other device."
self.phid.errors = [txt]
return False