Add group page to footer.
[demoscenemusic.git] / src / main / resources / templates / include / footer
index 3f77f6f..8f106c1 100644 (file)
@@ -3,9 +3,11 @@
 <%if currentUser.god>
 admin:
 (
-<a href="admin.artists">artists</a>
+<a href="admin.list-artists">artists</a>
 |
 <a href="admin.list-parties">parties</a>
+|
+<a href="admin.list-groups">groups</a>
 )
 |
 <%/if>