Opened 3 years ago

Closed 3 years ago

#33110 closed Cleanup/optimization (duplicate)

django.contrib.admin.templates base.html load i18n two times

Reported by: Maxim Danilov Owned by: nobody
Component: contrib.admin Version: 3.2
Severity: Normal Keywords: admin, modeladmin
Cc: Keryn Knight Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

1 line {% load i18n static %}
21 line {% load i18n %}

why we need it?

Change History (2)

comment:1 by Maxim Danilov, 3 years ago

Summary: django contrib admin templates base.htm has two time load i18ndjango.contrib.admin.templates base.html load i18n two times

comment:2 by Keryn Knight, 3 years ago

Cc: Keryn Knight added
Resolution: duplicate
Status: newclosed

Thanks for the report, this is a duplicate of #32385 I believe.

Note: See TracTickets for help on using tickets.
Back to Top