Changeset - 6877904b1047
[Not reviewed]
Dennis Fink - 8 years ago 2016-12-05 10:35:35
dennis.fink@c3l.lu
Added footer into a row class
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/base.html
Show inline comments
 
@@ -131,6 +131,7 @@
 
  {% block content %}
 
  {% endblock %}
 
  </div>
 
  <div class="row">
 
  <footer class="col-md-12">
 
    <hr style="margin-bottom: 0.5%;">
 
    <div class="text-center clearfix">
 
@@ -144,6 +145,7 @@
 
    </div>
 
  </footer>
 
</div>
 
</div>
 

	
 
{% block scripts %}
 
  {{ super() }}
0 comments (0 inline, 0 general)