{% extends 'base.html' %} {% block content %}

Email change - for a personal login to Troggle

Re-register your email address, or change to a different one

[For new people wanting to come to expo for the first time, please use the New User registration form]

This will eventually sign you up automatically to the expo email list. So type in the same email address that you use there if you have already signed up to that.

{{ form.non_field_errors }} {{ form.errors }}

{% csrf_token %}

{{form.username}}

{{form.email}}

   

This will take you to a form where you will have to re-type in the email address you enter above. {% include 'login/register_text.html' %} {{ form.non_field_errors }}

{% endblock %}