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