forked from CGM_Public/pretix_original
Event calendar: Fix duplicate hidden inputs in week select form (#2152)
This commit is contained in:
committed by
GitHub
parent
736d26c232
commit
ac16d9d900
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user