We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac231c3 commit aad2ddfCopy full SHA for aad2ddf
src/pretix/eventyay_common/templates/eventyay_common/events/index.html
@@ -29,6 +29,9 @@ <h3 class="panel-title">{% trans "Filter" %}</h3>
29
<div class="col-md-3 col-sm-6 col-xs-12">
30
{% bootstrap_field filter_form.query layout='inline' %}
31
</div>
32
+ <div class="col-md-3 col-sm-6 col-xs-12">
33
+ {% bootstrap_field filter_form.status layout='inline' %}
34
+ </div>
35
36
{% bootstrap_field filter_form.organizer layout='inline' %}
37
0 commit comments