.
This commit is contained in:
@@ -21,13 +21,15 @@
|
|||||||
<button id="add-new-cids">Add New</button>
|
<button id="add-new-cids">Add New</button>
|
||||||
<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">
|
<span>
|
||||||
Physics Exams
|
Physics Exams
|
||||||
|
<select id="physic-exams" multiple="multiple">
|
||||||
{% for name, id in physics_exams %}
|
{% for name, id in physics_exams %}
|
||||||
<option value="{{id}}">{{name}}</option>
|
<option value="{{id}}">{{name}}</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
</span>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user