|
|
|
@ -24,7 +24,7 @@
|
|
|
|
<select class="form-select" name="stichwort" id="sw_select" onchange="checkSW()" aria-label="Default select example" required>
|
|
|
|
<select class="form-select" name="stichwort" id="sw_select" onchange="checkSW()" aria-label="Default select example" required>
|
|
|
|
<option selected value="0">Stichwort wählen...</option>
|
|
|
|
<option selected value="0">Stichwort wählen...</option>
|
|
|
|
{% for sw in sw %}
|
|
|
|
{% for sw in sw %}
|
|
|
|
<option value="1">{{sw.1}}</option>
|
|
|
|
<option value="{{sw.0}}">{{sw.1}}</option>
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|