{% block title %}

My Profile - Edit

{% endblock %} {% block content%} Use the following form to edit your information.
{% csrf_token %} {{ data.form }}
{{ data.action_result }}
{% endblock %}