gallery: add missing form to edit title (#33101)

This commit is contained in:
Frédéric Péters 2019-05-15 07:39:50 +02:00
parent d530400faf
commit 25d19a665a
2 changed files with 6 additions and 2 deletions

View File

@ -20,4 +20,8 @@
<script src="{% static "js/combo.gallery.js" %}"></script>
<script>gallery($('#gallery-{{cell.id}}'));</script>
<div class="edit-form">
{{form.as_p}}
</div>
{% endblock %}

View File

@ -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 {