{% extends 'registration/base.html' %} {% block content %}

Registration Page

{% csrf_token %} {% if form.errors %}

{% endif %} {{ form }}

Already a User?Sign in

{% endblock %}