fix reverse reference to user bookwyrm_groups

This commit is contained in:
Hugh Rundle
2021-09-28 18:53:11 +10:00
parent fb823189a0
commit 66494e7788
6 changed files with 28 additions and 7 deletions

View File

@ -34,7 +34,7 @@
{% include 'groups/form.html' %}
</form>
{% include 'groups/user_groups.html' with groups=groups %}
{% include 'groups/user_groups.html' %}
</section>
<div>
{% include 'snippets/pagination.html' with page=user_groups path=path %}