{% extends '_base.html' %} {% load crispy_forms_tags %} {% block title %}Registrarse{% endblock %} {% block content %}

Ingrese los siguientes datos para registrase

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