diff --git a/common/lib/capa/capa/inputtypes.py b/common/lib/capa/capa/inputtypes.py index e295ac9013..26e2de8fa4 100644 --- a/common/lib/capa/capa/inputtypes.py +++ b/common/lib/capa/capa/inputtypes.py @@ -327,7 +327,7 @@ class TextLine(InputTypeBase): """ - template = "textinput.html" + template = "textline.html" tags = ['textline'] def setup(self): diff --git a/common/lib/capa/capa/templates/textinput.html b/common/lib/capa/capa/templates/textline.html similarity index 100% rename from common/lib/capa/capa/templates/textinput.html rename to common/lib/capa/capa/templates/textline.html