Commit 5074bbe4 by James Summerfield

Remove trailing unmatched </div> in login_base.html template. Reformat…

Remove trailing unmatched </div> in login_base.html template. Reformat indentation and label all closing tags for consistency.
parent fd4a66cf
...@@ -12,9 +12,8 @@ ...@@ -12,9 +12,8 @@
<body class="container"> <body class="container">
<div class="container-fluid" style="margin-top: 30px"> <div class="container-fluid" style="margin-top: 30px">
<div class="row-fluid"> <div class="row-fluid">
<div class="well" style="width: 320px; margin-left: auto; margin-right: auto"> <div class="well" style="width: 320px; margin-left: auto; margin-right: auto">
<div class="row-fluid"> <div class="row-fluid">
<div> <div>
...@@ -44,12 +43,9 @@ ...@@ -44,12 +43,9 @@
</div> </div>
</form> </form>
</div> </div>
</div><!-- /row fluid -->
</div><!--/span-->
</div><!-- /.row-fluid --> </div><!-- /.row-fluid -->
</div> </div><!--/.well-->
</div><!-- /.row-fluid -->
</div> </div><!-- /.container-fluid -->
</body> </body>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment