diff --git a/bookwyrm/templates/groups/find_users.html b/bookwyrm/templates/groups/find_users.html index 377e3a0b..1b0d5433 100644 --- a/bookwyrm/templates/groups/find_users.html +++ b/bookwyrm/templates/groups/find_users.html @@ -2,8 +2,5 @@ {% load i18n %} {% block searchresults %} -
+ {% trans "Members of this group can create group-curated lists." %} +
+{% trans "This group has no lists" %}
{% else %} @@ -45,19 +49,17 @@ {{ list.name }} {% include 'snippets/privacy-icons.html' with item=list %} - {% with list_books=list.listitem_set.all|slice:5 %} - {% if list_books %} -{% trans "Members can add and remove books on a group's book lists" %}
- +{% if group.user == request.user %} +