Commit 92431aa8 authored by sim's avatar sim

[FIX] Oops: fix broken footer in projects overview template

parent feb0f248
...@@ -79,9 +79,8 @@ ...@@ -79,9 +79,8 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<div class="container"> <div class="container">
<!-- GENERIC STATUS INFO --> <!-- GENERIC STATUS INFO -->
<div id="status" class="row col-lg-12 collapse"> <div id="status" class="row col-lg-12 collapse">
...@@ -114,8 +113,6 @@ ...@@ -114,8 +113,6 @@
<img id="wait-img" width="90%" style="display:none" src="{% static "img/ajax-loader.gif"%}"></img> <img id="wait-img" width="90%" style="display:none" src="{% static "img/ajax-loader.gif"%}"></img>
</div>
<script type="html/tpl" id="project_item"> <script type="html/tpl" id="project_item">
<div id="{url}" class="item row"> <div id="{url}" class="item row">
<h3> <h3>
......
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