{% extends "base.html" %} {% block title %}Edit Profile — Mockup{% endblock %} {% block content %}

Edit profile

Mockup — FOB-PROFILE-EDIT-1
That email is already used by another account.
{% csrf_token %}
That email is already used by another account.
Changing your email will require re-verification. You will be logged out and your API token invalidated until the new address is verified.
Username cannot be changed.
Cancel
Demo: type used@example.com and click Save to see the duplicate-email error. Any other valid email redirects back to the profile view.
{% endblock %} {% block extra_js %} {% endblock %}