mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +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
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ subclass::
|
|||
Example::
|
||||
|
||||
{
|
||||
'classes': ['wide', 'extrapretty'],
|
||||
'classes': ('wide', 'extrapretty'),
|
||||
}
|
||||
|
||||
Two useful classes defined by the default admin site stylesheet are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue