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