mirror of
https://github.com/django/django.git
synced 2025-01-16 13:22:19 +00:00
[5.0.x] Fixed #35261 -- Corrected Media JS example of object-based paths in docs.
`rel` attribute is not valid on `<link>` tags. Backport of 368a8a3a83885a13776a530920f0317a40e7989d from main
This commit is contained in:
parent
b5acf10638
commit
17855bf578
@ -287,7 +287,7 @@ outputting the complete HTML ``<script>`` or ``<link>`` tag content:
|
||||
>>> @html_safe
|
||||
... class JSPath:
|
||||
... def __str__(self):
|
||||
... return '<script src="https://example.org/asset.js" rel="stylesheet">'
|
||||
... return '<script src="https://example.org/asset.js" defer>'
|
||||
...
|
||||
|
||||
>>> class SomeWidget(forms.TextInput):
|
||||
|
Loading…
x
Reference in New Issue
Block a user