diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-27 09:58:01 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-27 09:58:01 +0000 |
| commit | e0c52738c6495490ce6c5f8fff0d9ad14a6a944f (patch) | |
| tree | 61ef58698d17d2aeb4d5f457acf8d4b08e39ff01 /views/layouts | |
| parent | 197e17a7bcbb5459897b7f334a790706c064c31c (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.hbs | 2 |
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}} |
