mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Forgot to add the alternate_url to the admin.
This commit is contained in:
parent
6aae69b015
commit
b1ad054759
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class CategoryAdmin(TreeEditor, admin.ModelAdmin):
|
|||
'fields': ('parent', 'name', 'thumbnail')
|
||||
}),
|
||||
('Meta Data', {
|
||||
'fields': ('alternate_title', 'description', 'meta_keywords', 'meta_extra'),
|
||||
'fields': ('alternate_title', 'alternate_url', 'description', 'meta_keywords', 'meta_extra'),
|
||||
'classes': ('collapse',),
|
||||
}),
|
||||
('Advanced', {
|
||||
|
|
|
|||
Loading…
Reference in a new issue