forked from CGM_Public/pretix_original
Fix hidden bulk-action filter-form (Z#23108559) (#2817)
This commit is contained in:
committed by
GitHub
parent
6aedfbd42e
commit
814e8fc73b
@@ -57,9 +57,9 @@
|
||||
</p>
|
||||
<form action="{% url "control:organizer.device.bulk_edit" organizer=request.organizer.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-condensed table-hover table-quotas">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user