From ab03f3dddf4e32f7200c2951b7a2349aca771d9b Mon Sep 17 00:00:00 2001 From: Victor Shnayder Date: Mon, 29 Oct 2012 07:56:10 -0400 Subject: [PATCH] move textinput.html to textline.html for consistency with other inputs --- common/lib/capa/capa/inputtypes.py | 2 +- .../lib/capa/capa/templates/{textinput.html => textline.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename common/lib/capa/capa/templates/{textinput.html => textline.html} (100%) 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