mirror of
https://github.com/jazzband/django-authority.git
synced 2026-03-16 22:20:28 +00:00
Merge pull request #25 from gthb/fix-jsi18n-path
Fix hardcoded jsi18n script path
This commit is contained in:
commit
13f425c5c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue