{% 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 }}

Change your password

{% endblock %}