diff --git a/bookwyrm/templates/groups/group.html b/bookwyrm/templates/groups/group.html
index 1ea8f00d..4d1cdf79 100644
--- a/bookwyrm/templates/groups/group.html
+++ b/bookwyrm/templates/groups/group.html
@@ -61,6 +61,7 @@
{% include "snippets/pagination.html" with page=items %}
+ {% if group.user == request.user %}
Find new members
@@ -78,6 +79,7 @@