diff --git a/combo/apps/gallery/templates/combo/gallery_manager.html b/combo/apps/gallery/templates/combo/gallery_manager.html index 9cb7d000..a2befa48 100644 --- a/combo/apps/gallery/templates/combo/gallery_manager.html +++ b/combo/apps/gallery/templates/combo/gallery_manager.html @@ -20,4 +20,8 @@ +
+{{form.as_p}} +
+ {% endblock %} diff --git a/combo/manager/static/css/combo.manager.css b/combo/manager/static/css/combo.manager.css index 489b7a36..19e239cb 100644 --- a/combo/manager/static/css/combo.manager.css +++ b/combo/manager/static/css/combo.manager.css @@ -385,8 +385,8 @@ span.error { max-width: 35rem; } -div.gallerycell div.buttons button { - display: none; +div.gallerycell div.edit-form { + clear: both; } ul.gallery {