Event calendar: Fix duplicate hidden inputs in week select form (#2152)

This commit is contained in:
Richard Schreiber
2021-07-12 16:12:07 +02:00
committed by GitHub
parent 736d26c232
commit ac16d9d900

View File

@@ -79,11 +79,6 @@
{% endif %}
</div>
</div>
{% for f, v in request.GET.items %}
{% if f != "month" and f != "year" %}
<input type="hidden" name="{{ f }}" value="{{ v }}">
{% endif %}
{% endfor %}
</form>
{% include "pretixpresale/fragment_week_calendar.html" with show_avail=request.organizer.settings.event_list_availability %}
<div class="col-sm-4 visible-xs text-center">