{% extends 'admin/layouts/base.html' %} {% block title %}Add User{% endblock %} {% block content %}
Add New User

Create a new user account

{% if success %}
User created!
{% endif %}
This will be used for login
Unique username for login
Minimum 8 characters
Inactive users cannot log in
Back
{% endblock %}