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:
Jon Dufresne 2020-05-10 09:27:47 -07:00 committed by Claude Paroz
parent d94a9aa055
commit 3bc4240d97
1 changed files with 0 additions and 3 deletions

View File

@ -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 %}