Skip to content

Commit

Permalink
[#999] Add a simple version number to css url
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Mar 26, 2018
1 parent b7b8641 commit d5acd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cove_iati/templates/cove_iati/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2 class="heading-in-panel" ><small>{% blocktrans %}How to use {% endblocktrans

{% block bootstrap_css %}
<link rel="stylesheet" type="text/css" href="{% static 'dataexplore/fonts/tick/tick.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'dataexplore/css/bootstrap-iati.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'dataexplore/css/bootstrap-iati.css' %}?version=2">
<noscript>
<style>
.collapse {display: initial !important;}
Expand Down

0 comments on commit d5acd1f

Please sign in to comment.