{% extends "registration/registration_base.html" %} {% block title %}Change User Data{% endblock %} {% block doccontent %}

Changing Your Username

If you change your username, the web address for your profile page will change as well.

Your current username: {{ user.username }}

{% csrf_token %} {{ form.as_p }}

Changing Your Email

Your current email: {{ user.email }}

{% csrf_token %} {{ emailform.as_p }}

Want to change your password instead?

{% endblock %}