mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 17:54:55 +02:00
*fixed displaying custom pages
* fixed adding new group board
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<td>
|
||||
<select name="access">
|
||||
{% for id, group in groups %}
|
||||
<option value="{{ group.getAccess() }}"{% if access == group.getId() %} selected{% endif %}>{{ group.getName() }}</option>
|
||||
<option value="{{ group.getId() }}"{% if access == group.getId() %} selected{% endif %}>{{ group.getName() }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user