8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-06-02 07:52:23 +00:00

Transfer jquery loading to django-bootstrap3

This commit is contained in:
lhark 2016-07-01 03:26:24 +02:00
parent dff4954902
commit 5277510666

View file

@ -10,7 +10,6 @@
{% bootstrap_css %}
<link rel="stylesheet" href="{% static "/static/css/base.css" %}">
<script type="text/javascript" src="{% static "/static/js/jquery-2.2.4.min.js" %}"></script>
{% bootstrap_javascript %}
<title>{% block title %}Re2o{% endblock %}</title>
</head>
@ -76,8 +75,10 @@
</div>
</div>
<footer class="container-fluid text-center">
<footer class="navbar navbar-fixed-bottom">
<div class="containerfluid text-center">
<p>Footer Text</p>
</div>
</footer>