{{{
<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.
* 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>