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 ea1d8a4..196e6b3 100644
--- a/app/posts/admin.py
+++ b/app/posts/admin.py
@@ -43,7 +43,7 @@ class PostAdmin(OSMGeoAdmin):
('Entry', {
'fields': (
('title', 'short_title'),
- 'subtitle',
+ ('subtitle', 'trip'),
'body_markdown',
('pub_date', 'status', 'post_type'),
('slug', 'enable_comments',),