Fix table macro incompatibility
This commit is contained in:
parent
f1cb0a0fcb
commit
7ef2adbb2f
@ -22,7 +22,7 @@
|
||||
<input type="hidden" name="csrfmiddlewaretoken" value="{{ csrf_token }}">
|
||||
{{ mform.text_input(form.name) }}
|
||||
{{ form.members.label }}
|
||||
{{ mform.user_select_table_input(form.members,users) }}
|
||||
{{ mform.user_select_table_input(users, form.members) }}
|
||||
<div class="d-flex mt-4">
|
||||
<button type="submit" class="btn btn-primary mr-auto p-2">Speichern</button>
|
||||
<a href="{{ url('realm-group-detail', args = [realm.id, group.dn]) }}"
|
||||
|
||||
Reference in New Issue
Block a user