Removed unused admin:jsi18n <script> element from change_password.html.
The view does not contain any other JavaScript and therefore does not have any user facing JavaScript strings to translate. Avoid the HTTP request.
This commit is contained in:
parent
d94a9aa055
commit
3bc4240d97
|
@ -2,9 +2,6 @@
|
|||
{% load i18n static %}
|
||||
{% load admin_urls %}
|
||||
|
||||
{% block extrahead %}{{ block.super }}
|
||||
<script src="{% url 'admin:jsi18n' %}"></script>
|
||||
{% endblock %}
|
||||
{% block extrastyle %}{{ block.super }}<link rel="stylesheet" type="text/css" href="{% static "admin/css/forms.css" %}">{% endblock %}
|
||||
{% block bodyclass %}{{ block.super }} {{ opts.app_label }}-{{ opts.model_name }} change-form{% endblock %}
|
||||
{% if not is_popup %}
|
||||
|
|
Loading…
Reference in New Issue