{% extends "admin_template.html" %} {% block page_title %} Temp create users {% endblock %} {% block content %}
This is a temporary page to create users, the name will be the same as the email address.
Email address {{ form.email_address(class="form-control-2-3", autocomplete="off") }}
Password {{ form.password(class="form-control-1-4", autocomplete="off") }}
Create User