portal: refactor group views into module
This commit is contained in:
parent
a1aa252bc0
commit
ef1f3208fc
6 changed files with 94 additions and 79 deletions
|
@ -72,7 +72,7 @@
|
|||
<ul class="nav flex-column">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link{% if section == "group" %} active{% endif %}"
|
||||
href="{{ url_for("portal.view_groups") }}">
|
||||
href="{{ url_for("portal.group.group_list") }}">
|
||||
Groups
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue