1
0
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:
Tim Graham 2013-02-19 12:44:19 -05:00
parent 00031b73bd
commit 1add79bc40

View File

@ -271,7 +271,7 @@ subclass::
Example::
{
'classes': ['wide', 'extrapretty'],
'classes': ('wide', 'extrapretty'),
}
Two useful classes defined by the default admin site stylesheet are