Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion static/spoken/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
{% compress css %}{% block compresscssblock %}{% endblock %}{% endcompress %}
{% compress css %}{% block compressinlinecssblock %}{% endblock %}{% endcompress %}
{% block cssblock %}{% endblock %}
<script src="{% static 'spoken/js/jquery-1.11.0.min.js' %}"></script>
</head>
<body>
{% block announcement %}{% endblock %}
Expand Down Expand Up @@ -400,7 +401,7 @@ <h1 class="page-title">{% block heading %}{% endblock %}</h1>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="{% static 'spoken/js/jquery-1.11.0.min.js' %}"></script>

<script src="{% static 'spoken/js/bootstrap.min.js' %}"></script>
{% block uncompressjsblock %}{% endblock %}
{% compress js %}
Expand Down