{%extends 'base.html'%} {%block content%}
{% csrf_token %}

Create your account

{% for field in form %} {{ field.label_tag }} {{ field }} {% if field.errors %} {{ field.errors|striptags }} {% endif %} {% endfor %}

Already have an account? Login Here

{%endblock content%}