{% extends 'base.html' %} {% load static i18n crispy_forms_tags %} {% block title %}Sign Up{% endblock title %} {% block body_attribute %}class="authentication-bg"{% endblock body_attribute %} {% block content %}

Create an account

Enter your detail to Create your account today.

{% csrf_token %} {{ form|crispy }} {% if redirect_field_value %} {% endif %}

Already have an account ? Log in

{% endblock content %}