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

Other Account Tools

{% endblock %}