#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.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/052.7c90431632e3d8c92ecf461af9e3ee4d%40djangoproject.com.