Commit 31c3def1 authored by ibuler's avatar ibuler

Update group_add.html

parent f7500346
......@@ -55,9 +55,7 @@
<div class="col-sm-3">
<div>
<select id="users_selected" name="users_selected" class="form-control m-b" size="12" multiple>
{% for user in users_selected %}
<option value="{{ user }}">{{ user|to_name }}</option>
{% endfor %}
</select>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment