Skip to content

Commit

Permalink
Merge pull request #3347 from sandhose/fix-3319
Browse files Browse the repository at this point in the history
Corrige la modale de suppression de galerie
  • Loading branch information
SpaceFox committed Jan 30, 2016
2 parents 9907a78 + 4154638 commit f1e3830
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/gallery/base.html
Expand Up @@ -45,6 +45,7 @@ <h3>{% trans "Actions" %}</h3>
{% trans "Supprimer la galerie" %}
</a>
<form action="{% url "zds.gallery.views.modify_gallery" %}" method="post" id="delete-galleries" class="modal modal-flex">
<label for="items" class="checkbox">
<input
name="items"
type="checkbox"
Expand All @@ -53,7 +54,8 @@ <h3>{% trans "Actions" %}</h3>
form="delete-galleries"

/> {% trans "Supprimer la galerie" %} ?
{% csrf_token %}
</label>
{% csrf_token %}
<button type="submit" name="delete_multi" class="btn">{% trans "Supprimer" %}</button>
</form>
</li>
Expand Down

0 comments on commit f1e3830

Please sign in to comment.