This commit is contained in:
Ross
2021-12-11 23:35:23 +00:00
parent 3dbb75ed4e
commit 64c7016aed
+2
View File
@@ -21,6 +21,7 @@
<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">
<div>
<span> <span>
Physics Exams<br/> Physics Exams<br/>
<select id="physics-exams" multiple="multiple"> <select id="physics-exams" multiple="multiple">
@@ -66,6 +67,7 @@
</select> </select>
</span> </span>
</div>
</details> </details>
{% endblock %} {% endblock %}