From e0c52738c6495490ce6c5f8fff0d9ad14a6a944f Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Wed, 27 Jul 2016 05:58:01 -0400 Subject: Fixed so that cannot submit empty solution. Changed to textarea to type in solution. --- views/layouts/layout.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/layouts') diff --git a/views/layouts/layout.hbs b/views/layouts/layout.hbs index aecff1d..8ffbdb5 100644 --- a/views/layouts/layout.hbs +++ b/views/layouts/layout.hbs @@ -45,7 +45,7 @@ {{/if}} {{{ body }}} - {{# if noHeader}} + {{# if noFooter}} {{else}} {{> footer }} {{/if}} -- cgit v1.2.3