{% extends "admin/base_site.html" %} {% block title %}{{participant}}{% endblock %} {% load markup humanize %} {% block content_title %}Edit profile information for {{form.instance.user.username }}{% endblock %} {% block content %}
{{form.as_p}}

{% csrf_token %}
{% if user %}

Edit full user details

Change password

Send 'reset password' email

{% endif %}
{% endblock %}