{% extends 'base.html' %} {%block title%}SignUp{%endblock title%} {% block body %} Sign up {% for message in messages %} {{message}} {% endfor %} {% csrf_token %} First Name Last Name Mobile Number Password *Minimum length of password must be 8 characters Confirm Password SignUp Already have an account! Login {% endblock body %}
Sign up
Already have an account! Login