summaryrefslogtreecommitdiff
path: root/app/posts/admin.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/posts/admin.py')
-rw-r--r--app/posts/admin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/posts/admin.py b/app/posts/admin.py
index 8346c62..22c7955 100644
--- a/app/posts/admin.py
+++ b/app/posts/admin.py
@@ -45,7 +45,7 @@ class PostAdmin(OSMGeoAdmin):
('title', 'short_title'),
'subtitle',
'body_markdown',
- ('pub_date', 'status', 'post_type', 'issue'),
+ ('pub_date', 'status', 'post_type'),
('slug', 'enable_comments',),
'point',
'dek',