8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-06-30 11:04:38 +00:00

Transfer jquery loading to django-bootstrap3

This commit is contained in:
lhark 2016-07-01 03:26:24 +02:00
parent 6347320044
commit 5326e328dd

View file

@ -10,7 +10,6 @@
{% bootstrap_css %} {% bootstrap_css %}
<link rel="stylesheet" href="{% static "/static/css/base.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 %} {% bootstrap_javascript %}
<title>{% block title %}Re2o{% endblock %}</title> <title>{% block title %}Re2o{% endblock %}</title>
</head> </head>
@ -76,8 +75,10 @@
</div> </div>
</div> </div>
<footer class="container-fluid text-center"> <footer class="navbar navbar-fixed-bottom">
<div class="containerfluid text-center">
<p>Footer Text</p> <p>Footer Text</p>
</div>
</footer> </footer>