fix the source for jquery and bootstrap.js
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
parent
aab8845a08
commit
c438d90a82
1 changed files with 3 additions and 3 deletions
|
@ -80,7 +80,7 @@
|
|||
</nav>
|
||||
|
||||
<div class="container">
|
||||
{% block content %} {% endblock %}<
|
||||
{% block content %} {% endblock %}
|
||||
</div>
|
||||
<!-- /.container -->
|
||||
|
||||
|
@ -95,10 +95,10 @@
|
|||
</footer>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="js/jquery.js"></script>
|
||||
<script src="{% static 'digital_glarus/js/jquery.js' %}"></script>
|
||||
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
<script src="{% static 'digital_glarus/js/bootstrap.min.js' %}"></script>
|
||||
|
||||
<!-- Script to Activate the Carousel -->
|
||||
<script>
|
||||
|
|
Loading…
Reference in a new issue