{% extends "accounts/_section.html" %} {% block title %}edit account{% endblock %} {% block section_content %}

Settings

Edit your account information

{% csrf_token %}

You can edit your account using this form. The text introduced in the about, forum signature and sound signature fields can be formatted using the following HTML tags: a, img, strong, b, em, li, u, p, br, blockquotea and code.

{{profile_form.as_p}}

{% endblock %}