mirror of
https://github.com/django/django.git
synced 2025-01-23 08:39:17 +00:00
Fixed #19852 - Updated admin fieldset example for consistency.
Thanks chris.freeman.pdx@ for the suggestion.
This commit is contained in:
parent
00031b73bd
commit
1add79bc40
@ -271,7 +271,7 @@ subclass::
|
||||
Example::
|
||||
|
||||
{
|
||||
'classes': ['wide', 'extrapretty'],
|
||||
'classes': ('wide', 'extrapretty'),
|
||||
}
|
||||
|
||||
Two useful classes defined by the default admin site stylesheet are
|
||||
|
Loading…
x
Reference in New Issue
Block a user