.
This commit is contained in:
@@ -22,13 +22,49 @@
|
|||||||
<input type="number" id="add-number" value="number to add">
|
<input type="number" id="add-number" value="number to add">
|
||||||
|
|
||||||
<span>
|
<span>
|
||||||
Physics Exams
|
Physics Exams<br/>
|
||||||
<select id="physic-exams" multiple="multiple">
|
<select id="physics-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>
|
||||||
|
<span>
|
||||||
|
Rapid Exams<br/>
|
||||||
|
<select id="rapid-exams" multiple="multiple">
|
||||||
|
{% for name, id in rapid_exams %}
|
||||||
|
<option value="{{id}}">{{name}}</option>
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
|
</select>
|
||||||
|
</span>
|
||||||
|
<span>
|
||||||
|
Sba Exams<br/>
|
||||||
|
<select id="sbas-exams" multiple="multiple">
|
||||||
|
{% for name, id in sbas_exams %}
|
||||||
|
<option value="{{id}}">{{name}}</option>
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
|
</select>
|
||||||
|
</span>
|
||||||
|
<span>
|
||||||
|
Long Exams<br/>
|
||||||
|
<select id="longs-exams" multiple="multiple">
|
||||||
|
{% for name, id in longs_exams %}
|
||||||
|
<option value="{{id}}">{{name}}</option>
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
|
</select>
|
||||||
|
</span>
|
||||||
|
<span>
|
||||||
|
Anatomy Exams<br/>
|
||||||
|
<select id="anatomy-exams" multiple="multiple">
|
||||||
|
{% for name, id in anatomy_exams %}
|
||||||
|
<option value="{{id}}">{{name}}</option>
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
|
</select>
|
||||||
</span>
|
</span>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user