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

Join Us

Start your journey today and explore the possibilities.

{% csrf_token %} {% for field in form %}
{{ field }} {% if field.help_text %}
{{ field.help_text|safe }}
{% endif %} {% for error in field.errors %}
{{ error }}
{% endfor %}
{% endfor %}

Already registered? Log in

{% endblock %}