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

User Profile

{{form.as_p}}
Change Password
Notifications
{% if urls.user.api_activate %}
Send an activation e-mail to the user.
{% endif %} {% if urls.user.api_generate_keys %}
Reset API Key
{% endif %}
{% endblock %}