fix excess of line
This commit is contained in:
parent
83519219c7
commit
829266a808
|
@ -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
|
||||
|
||||
|
|
Reference in New Issue