- {% include 'snippets/privacy_select.html' with current=group.privacy %}
+ {% include 'snippets/privacy_select_no_followers.html' with current=group.privacy %}
{% trans "Save" %}
diff --git a/bookwyrm/templates/snippets/privacy_select_no_followers.html b/bookwyrm/templates/snippets/privacy_select_no_followers.html
new file mode 100644
index 00000000..2c601e7f
--- /dev/null
+++ b/bookwyrm/templates/snippets/privacy_select_no_followers.html
@@ -0,0 +1,21 @@
+{% load i18n %}
+{% load utilities %}
+
+ {% firstof privacy_uuid 0|uuid as uuid %}
+ {% if not no_label %}
+ {% trans "Post privacy" %}
+ {% endif %}
+ {% firstof current user.default_post_privacy "public" as privacy %}
+
+
+ {% trans "Public" %}
+
+
+ {% trans "Unlisted" %}
+
+
+ {% trans "Private" %}
+
+
+
+