This commit is contained in:
Ross
2021-12-14 18:34:13 +00:00
parent 5c79469053
commit 60f47ad7e8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -48,5 +48,6 @@ class CidUserTable(tables.Table):
"active", "active",
"group", "group",
"internal_candidate" "internal_candidate"
"email"
) )
# sequence = ("view") # sequence = ("view")
+1
View File
@@ -78,6 +78,7 @@
<div> <div>
Groups<br/> Groups<br/>
<select id="cid-groups"> <select id="cid-groups">
<option value="">----</option>
{% for name, id in cid_user_groups %} {% for name, id in cid_user_groups %}
<option value="{{id}}">{{name}}</option> <option value="{{id}}">{{name}}</option>
{% endfor %} {% endfor %}