{% load staticfiles %}

Request New Account

Use the following form to request an user account on the {{CUSTOM_TITLE}} Curation System.

{% if data.action_result %}
{{ data.action_result }}
{% endif %}
{% csrf_token %} {% for field in data.request_form %}
{{ field }} {{ field.errors }}
{% endfor %}