{% extends "base.html" %} {% load tailwind_filters %} {% block title %}Register{% endblock %} {% block content %}

Register

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

Already have an account? Login

{% endblock %}