user groups listing template
- creates groups/user_groups template for listing a user's groups on their user page
This commit is contained in:
parent
273ad9a466
commit
8c326ec52f
2 changed files with 36 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
{% include 'groups/form.html' %}
|
||||
</form>
|
||||
|
||||
{% include 'groups/group_items.html' with groups=groups %}
|
||||
{% include 'groups/user_groups.html' with groups=groups %}
|
||||
</section>
|
||||
<div>
|
||||
{% include 'snippets/pagination.html' with page=user_groups path=path %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue