{% extends "base.html" %} {% block content %}
Add New User

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