From 25d19a665a07512b4a0a127a696c8a89adc69ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 15 May 2019 07:39:50 +0200 Subject: [PATCH] gallery: add missing form to edit title (#33101) --- combo/apps/gallery/templates/combo/gallery_manager.html | 4 ++++ combo/manager/static/css/combo.manager.css | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 {