{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %}
{% csrf_token %}
Join Today {{ form|crispy }}
Already Have An Account? Sign In
{% endblock content %}