{% extends "person/master.html"%} {% block title %}Join Here{% endblock %} {% block content %}

Join Here

Please enter desired user details below.

{% if form.has_errors %}

Sorry, the following problems prevented your registration from being completed.

{% endif %}
Login details {{ form.name }}

Your login name must only contain alphanumerics, underscores, hyphens, and dots.


{{ form.password }}

Your password must be at least 4 characters long.


{{ form.passwordconfirmation }}

Please enter your desired password again, just to make sure you typed it correctly.

User information {{ form.fullname }} {{ form.email }} {{ form.emailconfirmation }}

Please enter your email again, just to make sure you typed it correctly.

{% if isCaptchaEnabled %}
Captcha {{ form.captchahash }}

{{ form.captcha }}

Please enter the characters you see above.

{% endif %} Please check your details and
{% endblock %}