{% extends "base.html" %} {% load crispy_forms_tags %} {% block title_block %} Create New Account {% endblock %} {% block body_block %} {% if registered %}
Account Created Successfully! Login here
{% else %}

Create New Account

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

Already have an account Login here

{% endif %} {% endblock %}