{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% load static %} {% block title %}Change username{% endblock %} {% block content %} {% origin %}

Change username

This form lets you change your username (login) from {{ user.username }} to one of your other active email addresses. If you want to change to a new email address, then please first edit your profile to add that email address to the active email addresses for your account.
{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endblock %}