summaryrefslogtreecommitdiff
path: root/app/posts
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2020-11-15 15:50:54 -0500
committerluxagraf <sng@luxagraf.net>2020-11-15 15:50:54 -0500
commitd2094ea9bb2179011de1adb39b343cd9492c5506 (patch)
treef287e6687ded8003c1391a0b7876a1f51de2348a /app/posts
parent82e2c3d634a23d07465945bd5ca5c7a51630752f (diff)
added site to admin forms
Diffstat (limited to 'app/posts')
-rw-r--r--app/posts/admin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/posts/admin.py b/app/posts/admin.py
index 2143086..9031dd5 100644
--- a/app/posts/admin.py
+++ b/app/posts/admin.py
@@ -53,6 +53,7 @@ class PostAdmin(OSMGeoAdmin):
'meta_description',
'template_name',
('featured_image','related'),
+ 'site'
),
'classes': (
'show',