mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 03:13:12 +00:00
Transfer jquery loading to django-bootstrap3
This commit is contained in:
parent
6347320044
commit
5326e328dd
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue