diff options
author | maheshgudi | 2017-11-23 13:54:47 +0530 |
---|---|---|
committer | maheshgudi | 2017-11-23 14:49:44 +0530 |
commit | 252449b7b96d73548f53ecd0c3256aa0e777d1dd (patch) | |
tree | d9e57def79576723825b193989e6c9afb5533ac3 /yaksh/templates/exam.html | |
parent | c5469243a3357a030af0047dac90ae8fbbb77e85 (diff) | |
download | online_test-252449b7b96d73548f53ecd0c3256aa0e777d1dd.tar.gz online_test-252449b7b96d73548f53ecd0c3256aa0e777d1dd.tar.bz2 online_test-252449b7b96d73548f53ecd0c3256aa0e777d1dd.zip |
Put page footer outside div container
Diffstat (limited to 'yaksh/templates/exam.html')
-rw-r--r-- | yaksh/templates/exam.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/yaksh/templates/exam.html b/yaksh/templates/exam.html index 63c31d6..6589bb5 100644 --- a/yaksh/templates/exam.html +++ b/yaksh/templates/exam.html @@ -66,18 +66,11 @@ <p>Question(s) left: <b>{{ paper.questions_left }}</b></p> </div> <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main"> - <div class="row"> <div class="row"> {% block main %} {% endblock %} </div> - </div> - <br/> - {% if question.type == 'code' or question.type == 'upload' %} - <div class="row" id="error_panel"></div> - {% endif %} </div> </div> - </div> -</div> + {% endblock %} |