{# edit_profile.html #} {% extends "base.html" %} {% block content %}

Edit personal settings

{% csrf_token %} {{ form.as_table }}
{% endblock %}