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.py15
1 files changed, 7 insertions, 8 deletions
diff --git a/app/posts/admin.py b/app/posts/admin.py
index c0081af..d2d1a33 100644
--- a/app/posts/admin.py
+++ b/app/posts/admin.py
@@ -42,16 +42,15 @@ class PostAdmin(OSMGeoAdmin):
fieldsets = (
('Entry', {
'fields': (
- ('title', 'short_title'),
- ('subtitle', 'trip'),
+ ('title', 'subtitle'),
'body_markdown',
- ('pub_date', 'status', 'post_type', 'post_topic'),
- ('slug', 'enable_comments',),
+ ('featured_image', 'pub_date'),
+ ('dek', 'meta_description'),
+ ('status', 'post_type', 'post_topic'),
+ ('slug', "template_name", 'enable_comments'),
'point',
- 'dek',
- 'meta_description',
- ('featured_image','related'),
- 'site'
+ ('related'),
+ ('site', 'trip'),
),
'classes': (
'show',