{% extends "base.html" %} {% block body %}

To register for the site you need to provide a username a password and an email address. The email address is required and will be used to activate your account. It will not be used for any other purpose.
Don't do something stupid like use your EvE account details on this site.


{% for field in form %} {{ field.errors }} {% endfor %}
{{ field.label_tag }}:{{ field }}

{% endblock %}