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

Add New User

{% if error %}
{{ error }}
{% endif %}
{% csrf_token %}
Cancel
{% endblock %}