update
This commit is contained in:
BIN
Binary file not shown.
@@ -8,7 +8,7 @@
|
||||
{% csrf_token %}
|
||||
<h3>Allgemeines 6-Monats-Intervall</h3>
|
||||
|
||||
<label>Year:</label>
|
||||
<label>Jahr:</label>
|
||||
<select name="year">
|
||||
{% for y in available_years %}
|
||||
<option value="{{ y }}" {% if y == interval_year %}selected{% endif %}>
|
||||
@@ -17,7 +17,7 @@
|
||||
{% endfor %}
|
||||
</select>
|
||||
|
||||
<label>Start Month:</label>
|
||||
<label>Startmonat:</label>
|
||||
<select name="start_month">
|
||||
<option value="1" {% if interval_start_month == 1 %}selected{% endif %}>01</option>
|
||||
<option value="2" {% if interval_start_month == 2 %}selected{% endif %}>02</option>
|
||||
|
||||
Reference in New Issue
Block a user