allow adding groups to users in bulk
This commit is contained in:
@@ -41,11 +41,17 @@
|
||||
hx-target="#htmx-info"
|
||||
>Delete supervisors</button>
|
||||
<button id="bulk-edit-grade-button"
|
||||
hx-post="{% url 'generic:users_bulk_edit_grade' %}"
|
||||
hx-post="{% url 'generic:users_bulk_edit' %}"
|
||||
hx-include="[name='selection']"
|
||||
hx-target="#htmx-options"
|
||||
|
||||
>Edit grade</button>
|
||||
<button id="bulk-add-group-button"
|
||||
hx-post="{% url 'generic:users_bulk_edit' %}"
|
||||
hx-include="[name='selection']"
|
||||
hx-target="#htmx-options"
|
||||
|
||||
>Add group</button>
|
||||
</details>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user