Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Corrected static asset paths - re #286
Browse files Browse the repository at this point in the history
  • Loading branch information
markfinger committed Oct 31, 2017
1 parent c1d435d commit 167d55d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ <h2>Upcoming Events</h2>
{% block base_js %}
{{ block.super }}
<script src="{% static 'icekit/bower_components/lodash/lodash.js' %}"></script>
<script src="{% static 'icekit/bower_components/icekit/js/google_map.js' %}"></script>
<script src="{% static 'icekit/js/google_map.js' %}"></script>
{% endblock %}
{% endblock body %}
2 changes: 1 addition & 1 deletion icekit/templates/icekit/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
{% compress js file %}
{% block base_js %}
<script src="{% static 'icekit/bower_components/jquery/dist/jquery.min.js' %}"></script>
<script src="{% static 'icekit/bower_components/icekit/js/link_share.js' %}"></script>
<script src="{% static 'icekit/js/link_share.js' %}"></script>
{% endblock %}
{% endcompress %}
{# Extra JS files - section/page specific, etc #}
Expand Down

0 comments on commit 167d55d

Please sign in to comment.