kopia lustrzana https://github.com/wagtail/wagtail
Fix typo in ModelAdminGroup example
rodzic
982b1d60a4
commit
55476426db
|
@ -216,7 +216,7 @@ the same ``wagtail_hooks.py`` file if you want. The example below will create
|
|||
...
|
||||
|
||||
class MusicAdminGroup(ModelAdminGroup):
|
||||
label = _("Music")
|
||||
menu_label = _("Music")
|
||||
items = (AlbumAdmin, ArtistAdmin)
|
||||
...
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue