From 7db2af89dd5b6a471d4f938ac9e0b15a9c40c048 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sun, 3 Oct 2021 12:03:37 +1100 Subject: [PATCH] use group.local_path instead of harcoded url --- bookwyrm/templates/groups/user_groups.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/groups/user_groups.html b/bookwyrm/templates/groups/user_groups.html index ef69a5a4..f68994dc 100644 --- a/bookwyrm/templates/groups/user_groups.html +++ b/bookwyrm/templates/groups/user_groups.html @@ -9,7 +9,7 @@

- {{ group.name }} {% include 'snippets/privacy-icons.html' with item=group %} + {{ group.name }} {% include 'snippets/privacy-icons.html' with item=group %}

{% if group.user == user %}