move textinput.html to textline.html for consistency with other inputs
This commit is contained in:
@@ -327,7 +327,7 @@ class TextLine(InputTypeBase):
|
||||
|
||||
"""
|
||||
|
||||
template = "textinput.html"
|
||||
template = "textline.html"
|
||||
tags = ['textline']
|
||||
|
||||
def setup(self):
|
||||
|
||||
Reference in New Issue
Block a user