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
@@ -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 %}