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

User Profile

{% csrf_token %} {{ form.as_p }}
Change Password {% if urls.user.api_generate_keys %} {% endif %} Activate Notifications
{% endblock %} {% block scripts %} {% endblock %}