diff options
author | luxagraf <sng@luxagraf.net> | 2022-07-23 15:47:14 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2022-07-23 15:47:14 -0500 |
commit | b19655bf6e6855a75a73d24c2b8de315518f055d (patch) | |
tree | 3c613ce704b4114a2c7d2804627a3ae033336bca /app/posts/admin.py | |
parent | 735ef1fef241b90b3d05f589d633c02b100d654b (diff) |
jrnl: removed issue requirement from models and admin and lttr
Diffstat (limited to 'app/posts/admin.py')
-rw-r--r-- | app/posts/admin.py | 2 |
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', |