{% extends "registration/registration_base.html" %} {% block title %}Change User Data{% endblock %} {% block doccontent %}
If you change your username, the web address for your profile page will change as well.
Your current username: {{ user.username }}
Your current email: {{ user.email }}
Want to change your password instead?
{% endblock %}