mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #25262 -- Removed the enable_comments field from FlatPageAdmin.
This commit is contained in:
parent
e75882332c
commit
b649f68649
4 changed files with 44 additions and 4 deletions
|
@ -330,7 +330,7 @@ subclass::
|
|||
}),
|
||||
('Advanced options', {
|
||||
'classes': ('collapse',),
|
||||
'fields': ('enable_comments', 'registration_required', 'template_name')
|
||||
'fields': ('registration_required', 'template_name'),
|
||||
}),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue