diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/freemarker/TestController.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/freemarker/TestController.java index 7229ec3f1..34ada0cc4 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/freemarker/TestController.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/freemarker/TestController.java @@ -21,7 +21,7 @@ public class TestController extends FreemarkerHttpServlet { private static final long serialVersionUID = 1L; private static final Log log = LogFactory.getLog(TestController.class); - private static final String TEMPLATE_DEFAULT = "test1.ftl"; + private static final String TEMPLATE_DEFAULT = "test.ftl"; @Override protected ResponseValues processRequest(VitroRequest vreq) {