This commit is contained in:
2026-04-14 10:59:40 +02:00
parent 7eb26ad173
commit ed23bd8868
2 changed files with 2 additions and 2 deletions
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -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>