personalizare
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
{% endfor %}
|
||||
</optgroup>
|
||||
<optgroup label="Groups">
|
||||
{% for group_name in groups.keys() %}
|
||||
<option value="{{ group_name }}">{{ group_name }}</option>
|
||||
{% for group in groups %}
|
||||
<option value="{{ group.id }}">{{ group.name }}</option>
|
||||
{% endfor %}
|
||||
</optgroup>
|
||||
</select><br>
|
||||
|
||||
Reference in New Issue
Block a user