[Django] #32192: Replacing the quotation marks with apostrophe marks in admin/base.html

6 views
Skip to first unread message

Django

unread,
Nov 13, 2020, 11:46:03 AM11/13/20
to django-...@googlegroups.com
#32192: Replacing the quotation marks with apostrophe marks in admin/base.html
-------------------------------------+-------------------------------------
Reporter: Sihwan | Owner: Sihwan Lee
Lee |
Type: | Status: assigned
Cleanup/optimization |
Component: Template | Version: 3.1
system |
Severity: Normal | Keywords:
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 1
UI/UX: 0 |
-------------------------------------+-------------------------------------
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.

--
Ticket URL: <https://code.djangoproject.com/ticket/32192>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Nov 13, 2020, 12:09:00 PM11/13/20
to django-...@googlegroups.com
#32192: Replacing the quotation marks with apostrophe marks in admin/base.html
-------------------------------------+-------------------------------------
Reporter: Sihwan Lee | Owner: Sihwan
Type: | Lee
Cleanup/optimization | Status: closed
Component: Template system | Version: 3.1
Severity: Normal | Resolution: wontfix
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak):

* status: assigned => closed
* resolution: => wontfix


Comment:

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.

--
Ticket URL: <https://code.djangoproject.com/ticket/32192#comment:1>

Reply all
Reply to author
Forward
0 new messages