diff --git a/templates/groups/details.tpl b/templates/groups/details.tpl index 1967970..77db2b3 100644 --- a/templates/groups/details.tpl +++ b/templates/groups/details.tpl @@ -36,40 +36,7 @@

[[groups:details.members]]

-
- - - - - - - - - - -
- - - {group.members.username} - - -
+
diff --git a/templates/partials/groups/memberlist.tpl b/templates/partials/groups/memberlist.tpl new file mode 100644 index 0000000..46f1cc4 --- /dev/null +++ b/templates/partials/groups/memberlist.tpl @@ -0,0 +1,34 @@ +
+ + + + + + + + + + +
+ + + {group.members.username} + + +
\ No newline at end of file