update
This commit is contained in:
Binary file not shown.
@@ -14,6 +14,7 @@ class PolicyAdmin(admin.ModelAdmin):
|
||||
list_filter = ['type', 'is_active', 'last_updated']
|
||||
search_fields = ['title', 'type', 'description']
|
||||
prepopulated_fields = {'slug': ('type',)}
|
||||
readonly_fields = ('last_updated',)
|
||||
inlines = [PolicySectionInline]
|
||||
|
||||
fieldsets = (
|
||||
|
||||
Reference in New Issue
Block a user