{% extends 'booru/base.html' %} {% block css %} {% load staticfiles %} {% endblock %} {% block scripts %} {% endblock %} {% block body %} {% load humanize %}

Account Settings

{% csrf_token %}

Safe Only Listing

All posts is not rated as safe will be hidden from all results.

{{form.safe_only}}

Show Comments

All comments on posts and profiles will be shown.

{{form.show_comments}}

Danger zone

Delete account

Contact the administration if you need the removal of sensitive data in posts.

Tag Blacklist

Any posts that contains the tags, ratings or users listed here will be shown as censored in any search result.

{{form.tag_blacklist}}
{% endblock %}