show groups and its members on groups page in sidebar

This commit is contained in:
cube
2026-03-19 02:00:46 +00:00
parent 40432d23b8
commit 17455fe1c6
4 changed files with 44 additions and 29 deletions

View File

@@ -10,6 +10,7 @@
<div class="heading">Myriad</div>
<div class="navitem">> <a href="{{ url_for('home.index') }}">Home</a></div>
<div class="navitem">> <a href="{{ url_for('home.full_list') }}">Full List</a></div>
<div class="navitem">> <a href="{{ url_for('home.groups') }}">Groups</a></div>
{% if g.user %}
<div class="heading">Manage</div>