make base template a bit more bootstrap friendly, stick in a container div

This commit is contained in:
Jeffrey Forman 2012-11-25 14:17:42 -05:00
parent 6b66c156b9
commit 518f250036
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
<script src="http://code.jquery.com/jquery.js"></script>
<script src="{{ STATIC_URL }}bootstrap/js/bootstrap.min.js"></script>
<div class="container-fluid">
<div class="row-fluid">
<div class="span2">
{% block navigation %}
@ -46,6 +47,7 @@
{% endblock body %}
</div>
</div>
</div>
</body>
{% block footer %}