{% extends "registration/base.html" %} {% block title %}Register{% endblock %} {% block content_title %}

Register an Account

{% endblock %} {% block content %} {% if form.errors %}

Please correct the errors below: {{ form.non_field_errors }}

{% endif %}
{% csrf_token %} {{ form }}

Fill out the form (all fields are required), and your account will be created; you'll be sent an email with instructions on how to finish your registration. You must be an FPC user with a valid FPC email address.

{% endblock %}