fix reverse reference to user bookwyrm_groups
This commit is contained in:
parent
fb823189a0
commit
66494e7788
6 changed files with 28 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
{% load interaction %}
|
||||
|
||||
<div class="columns is-multiline">
|
||||
{% for group in groups %}
|
||||
{% for group in user.bookwyrm_groups.all %}
|
||||
<div class="column is-one-quarter">
|
||||
<div class="card is-stretchable">
|
||||
<header class="card-header">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue