.
This commit is contained in:
@@ -48,5 +48,6 @@ class CidUserTable(tables.Table):
|
||||
"active",
|
||||
"group",
|
||||
"internal_candidate"
|
||||
"email"
|
||||
)
|
||||
# sequence = ("view")
|
||||
|
||||
@@ -78,6 +78,7 @@
|
||||
<div>
|
||||
Groups<br/>
|
||||
<select id="cid-groups">
|
||||
<option value="">----</option>
|
||||
{% for name, id in cid_user_groups %}
|
||||
<option value="{{id}}">{{name}}</option>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user