Add option to hide follows
This commit is contained in:
parent
6c17aa7630
commit
e90cb52f23
5 changed files with 28 additions and 0 deletions
|
@ -111,6 +111,12 @@
|
|||
{% trans "Manually approve followers" %}
|
||||
</label>
|
||||
</div>
|
||||
<div class="field">
|
||||
<label class="checkbox label" for="id_hide_follows">
|
||||
{{ form.hide_follows }}
|
||||
{% trans "Hide followers and following on profile" %}
|
||||
</label>
|
||||
</div>
|
||||
<div class="field">
|
||||
<label class="label" for="id_default_post_privacy">
|
||||
{% trans "Default post privacy:" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue