Opened 4 years ago
Closed 4 years ago
#32192 closed Cleanup/optimization (wontfix)
Replacing the quotation marks with apostrophe marks in admin/base.html
Reported by: | Sihwan Lee | Owned by: | Sihwan Lee |
---|---|---|---|
Component: | Template system | Version: | 3.1 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
In the django/django/contrib/admin/templates/admin/base.html, the quotation marks interfere with some of the html quotation marks, such as:
<link rel="stylesheet" type="text/css" href="{% static "admin/css/responsive.css" %}">
the quotation marks inside the "{% static "admin/css/responsive.css" %}" interfere with the quotation marks outside. Needs a bit of cleaning up in the html format.
Note:
See TracTickets
for help on using tickets.
Both versions work fine, so I wouldn't change them in builtin templates. We try to avoid bulk updates in code unless it's a big problem.