{% extends "base.html" %} {%block stylesheet%} {% endblock %} {% block content %}

New user

{%csrf_token%} {{form.as_p}}
{% endblock %}