{% extends "main/layout.html" %} {% load crispy_forms_tags %} {% block content %}

Signup

{% csrf_token %} {{ form|crispy }}
{% endblock %}