mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Proper fix for 8f05de700
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<div class="col-sm-4 col-xs-12 text-center">
|
||||
<select name="month" class="form-control">
|
||||
{% for m in subevent_list.months %}
|
||||
<option value="{{ m|date:"m" }}" {% if m == subevent_list.date %}selected{% endif %}>{{ m|date:"F" }}</option>
|
||||
<option value="{{ m|date:"m" }}" {% if m.month == subevent_list.date.month %}selected{% endif %}>{{ m|date:"F" }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
<select name="year" class="form-control">
|
||||
|
||||
Reference in New Issue
Block a user