summaryrefslogtreecommitdiff
path: root/app/posts
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2020-11-11 23:08:46 -0500
committerluxagraf <sng@luxagraf.net>2020-11-11 23:08:46 -0500
commit58d5653f381e293addc330bb64337371b4e61e8a (patch)
tree44cf4c43f5fe4acd43131fe26b0fb85bd1ac2bb2 /app/posts
parentd16c597d1e4e52ab1df1c77bda54445437bac5c0 (diff)
improved post admin some more
Diffstat (limited to 'app/posts')
-rw-r--r--app/posts/admin.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/posts/admin.py b/app/posts/admin.py
index 1e2e845..d5d1e37 100644
--- a/app/posts/admin.py
+++ b/app/posts/admin.py
@@ -74,8 +74,6 @@ class PostAdmin(OSMGeoAdmin):
),
'classes': (
'collapse',
- 'extrapretty',
- 'wide'
)
}),
)
@@ -92,7 +90,7 @@ class PostAdmin(OSMGeoAdmin):
openlayers_url = '/static/admin/js/OpenLayers.js'
class Media:
- js = ('image-loader.js', 'product-loader.js', 'next-prev-links.js')
+ js = ('product-loader.js', 'image-loader.js','next-prev-links.js')
css = {
"all": ("my_styles.css",)
}