Skip to content

Commit

Permalink
Fix hardcoded jsi18n script path
Browse files Browse the repository at this point in the history
Use normal Django URL reversal instead of hardcoded relative path.
  • Loading branch information
gthb committed Feb 10, 2014
1 parent 8c5339d commit 0023127
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 0023127

Please sign in to comment.