From b19655bf6e6855a75a73d24c2b8de315518f055d Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 23 Jul 2022 15:47:14 -0500 Subject: jrnl: removed issue requirement from models and admin and lttr --- app/posts/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/posts/admin.py') 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', -- cgit v1.2.3-70-g09d2