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