{% extends "base.html" %} {% block title %}Member Registration{% endblock %} {% block content %}

Member Registration

{% if form.has_errors %}

Please correct the errors below.

{% endif %}

Please enter your desired account information in the form below.

{{ form }}
{% endblock %}