{%extends 'singup.html'%} {% load crispy_forms_tags %} {% block content %}

{{title}}

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

Sing Up

Forgot Password?


{% endblock content %}