Projet

Général

Profil

0001-gallery-add-missing-form-to-edit-title-33101.patch

Frédéric Péters, 15 mai 2019 07:44

Télécharger (1,31 ko)

Voir les différences:

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(-)
combo/apps/gallery/templates/combo/gallery_manager.html
20 20
<script src="{% static "js/combo.gallery.js" %}"></script>
21 21
<script>gallery($('#gallery-{{cell.id}}'));</script>
22 22

  
23
<div class="edit-form">
24
{{form.as_p}}
25
</div>
26

  
23 27
{% endblock %}
combo/manager/static/css/combo.manager.css
385 385
	max-width: 35rem;
386 386
}
387 387

  
388
div.gallerycell div.buttons button {
389
	display: none;
388
div.gallerycell div.edit-form {
389
	clear: both;
390 390
}
391 391

  
392 392
ul.gallery {
393
-