diff options
author | hardythe1 | 2012-02-06 15:20:41 +0530 |
---|---|---|
committer | hardythe1 | 2012-02-06 15:20:41 +0530 |
commit | 493f228229d96dab4a13b21cf7d4d089fcf7b2fd (patch) | |
tree | d6fe09cf923ab53814ee8dcf37688ef8193eb2f0 /testapp/templates/exam/login.html | |
parent | 6809186e406f96fa321b55060364bcaf7bfc4a99 (diff) | |
download | online_test-493f228229d96dab4a13b21cf7d4d089fcf7b2fd.tar.gz online_test-493f228229d96dab4a13b21cf7d4d089fcf7b2fd.tar.bz2 online_test-493f228229d96dab4a13b21cf7d4d089fcf7b2fd.zip |
removed <html> & <body> tags from the forms
Diffstat (limited to 'testapp/templates/exam/login.html')
-rw-r--r-- | testapp/templates/exam/login.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/testapp/templates/exam/login.html b/testapp/templates/exam/login.html index 9420903..770ceb4 100644 --- a/testapp/templates/exam/login.html +++ b/testapp/templates/exam/login.html @@ -3,8 +3,7 @@ {% block title %}Login{% endblock title %} {% block content %} -<html lang="en"> - <body> + <div class="container"> <div class="content"> <div class="page-header"> @@ -44,8 +43,5 @@ </div> <!-- /container --> - </body> -</html> - -{% endblock content %}
\ No newline at end of file +{% endblock content %} |