Merge pull request #174 from rvernica/patch-1

Fix typo in code example
This commit is contained in:
Jannis Leidel 2016-11-16 21:21:47 +01:00 committed by GitHub
commit c4f350e0f3

View file

@ -155,7 +155,7 @@ In order to Order the fields , you can use OrderedDict collection. Here is an ex
('SITE_NAME', ('My Title', 'Website title')),
('SITE_DESCRIPTION', ('', 'Website description')),
('THEME', ('light-blue', 'Website theme')),
]
])
Fieldsets