remove followers privacy option from group form

This commit is contained in:
Hugh Rundle
2021-10-22 18:40:55 +11:00
parent a27a55b40a
commit 19c7e43f50
2 changed files with 22 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<div class="column">
<div class="field has-addons">
<div class="control">
{% include 'snippets/privacy_select.html' with current=group.privacy %}
{% include 'snippets/privacy_select_no_followers.html' with current=group.privacy %}
</div>
<div class="control">
<button type="submit" class="button is-primary">{% trans "Save" %}</button>