mirror of https://github.com/django/django.git
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…
Reference in New Issue