{% extends 'base.html' %} {% load crispy_forms_tags %} {% block title %}Register | Job Portal{% endblock %} {% block content %}

Create an account

{% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{% csrf_token %} {{ form|crispy }}
Already have an account? Login
{% endblock %}