.
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
</span>
|
||||
|
||||
<details>
|
||||
<summary><h3>Add/Edit CID users</h3></summary>
|
||||
<summary>
|
||||
<h3>Add/Edit CID users</h3>
|
||||
</summary>
|
||||
<button id="add-exams-selected-cids">Change selected exams</button>
|
||||
<button id="clear-exams-selected-cids">Clear selected exams</button>
|
||||
<button id="activate-selected-cids">Activate selected</button>
|
||||
@@ -90,9 +92,7 @@
|
||||
<button id="add-new-cids">Add New (Blank) Users</button>
|
||||
<input type="number" id="add-number" value="number to add"><br />
|
||||
<button id="add-new-emails">Add New Users From Email</button>
|
||||
<textarea id="emails-input" name="emails" rows="4" cols="50">
|
||||
Enter emails here
|
||||
</textarea>
|
||||
<textarea id="emails-input" name="emails" rows="4" cols="50">Enter emails here</textarea>
|
||||
</details>
|
||||
|
||||
{% endblock %}
|
||||
@@ -214,6 +214,7 @@
|
||||
.exam-selectors {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.exam-selectors select {
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user