{% extends "hats/base.html" %} {% block content %}

Register a new account

{% csrf_token %} {{ form.as_p }}
{% if object %}

Delete

{% endif %} {% endblock content %}