Opened 4 years ago
Closed 4 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 , 4 years ago
| Summary: | django contrib admin templates base.htm has two time load i18n → django.contrib.admin.templates base.html load i18n two times |
|---|
comment:2 by , 4 years ago
| Cc: | added |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks for the report, this is a duplicate of #32385 I believe.