mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-04 17:06:27 +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 %}
|
||||
<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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue