remove followers privacy option from group form
This commit is contained in:
parent
a27a55b40a
commit
19c7e43f50
2 changed files with 22 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue