.
This commit is contained in:
@@ -22,15 +22,13 @@
|
|||||||
<input type="number" id="add-number" value="number to add">
|
<input type="number" id="add-number" value="number to add">
|
||||||
|
|
||||||
<select id="physic-exams" multiple="multiple">
|
<select id="physic-exams" multiple="multiple">
|
||||||
{% for name, id in exams %}
|
{% for name, id in physics_exams %}
|
||||||
<option value="{{id}}">{{name}}</option>
|
<option value="{{id}}">{{name}}</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
{{physics_exams}}
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block js %}
|
{% block js %}
|
||||||
|
|||||||
Reference in New Issue
Block a user