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

@ -22,6 +22,9 @@
{% block panel %}
{% if user.bookwyrm_user %}
{% for group in user.bookwyrm_groups.all %}
<div>{{ group.name }}</div>
{% endfor %}
<div class="block">
<h2 class="title">
{% include 'user/shelf/books_header.html' %}