Fix hidden bulk-action filter-form (Z#23108559) (#2817)

This commit is contained in:
Richard Schreiber
2022-09-27 10:25:37 +02:00
committed by GitHub
parent 6aedfbd42e
commit 814e8fc73b
3 changed files with 10 additions and 10 deletions

View File

@@ -72,9 +72,9 @@
{% endif %}
<form action="{% url "control:event.subevents.bulkaction" organizer=request.event.organizer.slug event=request.event.slug %}" method="post">
{% csrf_token %}
<div class="hidden">
{{ filter_form.as_p }}
</div>
{% for field in filter_form %}
{{ field.as_hidden }}
{% endfor %}
<div class="table-responsive">
<table class="table table-hover table-quotas">
<thead>