move textinput.html to textline.html for consistency with other inputs

This commit is contained in:
Victor Shnayder
2012-10-29 07:56:10 -04:00
parent 318ea9b135
commit ab03f3dddf
2 changed files with 1 additions and 1 deletions

View File

@@ -327,7 +327,7 @@ class TextLine(InputTypeBase):
"""
template = "textinput.html"
template = "textline.html"
tags = ['textline']
def setup(self):