Add user default privacy setting to the privacy_select and user preferences
This commit is contained in:
parent
7b749d6476
commit
73c30e8c9a
5 changed files with 34 additions and 6 deletions
|
@ -43,6 +43,12 @@ Edit Profile
|
|||
{{ form.manually_approves_followers }}
|
||||
</label>
|
||||
</div>
|
||||
<div class="block">
|
||||
<label class="label" for="id_default_post_privacy">
|
||||
Default post privacy:
|
||||
{{form.default_post_privacy}}
|
||||
</label>
|
||||
</div>
|
||||
<button class="button is-primary" type="submit">Save</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue