{% extends "base.html" %} {% load static %} {% block headtitle %}Edit profile - {% endblock headtitle %} {% block innercontent %}

Edit Profile

{% csrf_token %} {{ form.as_p }}
{% if is_author %}

Danger Zone

Delete Account

This will permanently remove all data, including media and playlists.

{% endif %}
{% endblock innercontent %}