diff options
author | luxagraf <sng@luxagraf> | 2021-03-23 21:52:40 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf> | 2021-03-23 21:52:40 -0400 |
commit | 70f50c11ec68fc1382d39108ed7da0d2be1ae503 (patch) | |
tree | 0870302fb7ca8cb2016899ee109704ba70ca3875 /app/posts/admin.py | |
parent | cb7c6ae216ecd4eab95b48af8d8cc0ca15c84379 (diff) |
posts: added an issue field for newsletters
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 7819ac5..661075b 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'), + ('pub_date', 'status', 'post_type', 'issue'), ('slug', 'enable_comments',), 'point', 'dek', |