aboutsummaryrefslogtreecommitdiff
path: root/views/layouts
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-27 09:58:01 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-27 09:58:01 +0000
commite0c52738c6495490ce6c5f8fff0d9ad14a6a944f (patch)
tree61ef58698d17d2aeb4d5f457acf8d4b08e39ff01 /views/layouts
parent197e17a7bcbb5459897b7f334a790706c064c31c (diff)
Fixed so that cannot submit empty solution. Changed to textarea to type in solution.
Diffstat (limited to 'views/layouts')
-rw-r--r--views/layouts/layout.hbs2
1 files changed, 1 insertions, 1 deletions
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}}