{% extends 'layouts/auth_base.html' %} {% load static %} {% block title %} SignUp {% endblock title %} {% block content %}

Sign up

Enter your credentials to continue

or
Sign Up with Email address
{% csrf_token %} {% for field in form %}
{{field}}
{{ field.errors }} {% endfor %}

Already have an account? Login
{% endblock content %}