Remove trailing unmatched </div> in login_base.html template. Reformat indentation and label all closing tags for consistency.

This commit is contained in:
James Summerfield 2013-05-13 07:51:23 +02:00
parent fd4a66cfc7
commit 5074bbe4b2

View File

@ -14,7 +14,6 @@
<div class="container-fluid" style="margin-top: 30px">
<div class="row-fluid">
<div class="well" style="width: 320px; margin-left: auto; margin-right: auto">
<div class="row-fluid">
<div>
@ -44,12 +43,9 @@
</div>
</form>
</div>
</div><!-- /row fluid -->
</div><!--/span-->
</div><!-- /.row-fluid -->
</div>
</div>
</div><!--/.well-->
</div><!-- /.row-fluid -->
</div><!-- /.container-fluid -->
</body>
</html>