technicall you can make groups (it does nothing)

This commit is contained in:
cube
2026-03-19 01:08:31 +00:00
parent 5058c326c5
commit 13b46dd3b3
3 changed files with 41 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
{% if g.user %}
<div class="heading">Manage</div>
<div class="navitem">> <a href="{{ url_for('manage.new') }}">Add New Member</a></div>
<div class="navitem">> <a href="{{ url_for('manage.groups') }}">Member groups</a></div>
<div class="navitem">> <a href="{{ url_for('manage.assets') }}">Site Assets</a></div>
{% endif %}