Skip to content

Commit

Permalink
Merge pull request #25 from gthb/fix-jsi18n-path
Browse files Browse the repository at this point in the history
Fix hardcoded jsi18n script path
  • Loading branch information
winhamwr committed Feb 10, 2014
2 parents 8ea429d + 0023127 commit 13f425c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authority/templates/admin/permission_change_form.html
Expand Up @@ -2,7 +2,7 @@
{% load i18n admin_modify admin_static %}

{% block extrahead %}{{ block.super }}
<script type="text/javascript" src="../../../jsi18n/"></script>
<script type="text/javascript" src="{% url 'admin:jsi18n' %}"></script>
{{ media }}
{% endblock %}

Expand Down

0 comments on commit 13f425c

Please sign in to comment.