Commit fe9bee8c authored by iceman2434's avatar iceman2434

Update admin.py

parent 9f79d6ea
...@@ -13,8 +13,8 @@ class ForumAdmin(admin.ModelAdmin): ...@@ -13,8 +13,8 @@ class ForumAdmin(admin.ModelAdmin):
('Forum Data', { ('Forum Data', {
'fields': [ 'fields': [
'post_title', 'post_title',
'list_display', 'post_body',
'list_filter' 'pub_date'
] ]
}), }),
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment