{% extends 'layout.html' %} {% load static %} {% load crispy_forms_tags %} {% block content %}

COMPLETE REGISTRATION..

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