set default value to 'Alle'
This commit is contained in:
@@ -81,7 +81,7 @@
|
|||||||
>
|
>
|
||||||
{% for elem in formset.month %}
|
{% for elem in formset.month %}
|
||||||
{% if forloop.first %}
|
{% if forloop.first %}
|
||||||
<option value=""></option>
|
<option value="">Alle</option>
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ elem }}
|
{{ elem }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user