Skip to content

Commit

Permalink
Force JS reload
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Oct 9, 2015
1 parent b71bf92 commit 08dbbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Expand Up @@ -5,7 +5,7 @@
<head>
{% block angularjs %}
<script src="{% static 'angular/angular.min.js' %}"></script>
<script src="{% static 'angular/controllers.js' %}"></script>
<script src="{% static 'angular/controllers.js' %}?123"></script>
{% endblock angularjs %}
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>{% block head_title_base %}{{ SITE_TITLE }} : {% block head_title %}{% endblock %}{% endblock %}</title>
Expand Down

0 comments on commit 08dbbb4

Please sign in to comment.