{% extends "admin_template.html" %} {% block page_title %} Temp create users {% endblock %} {% block content %}

Temporary page to create user

This is a temporary page to create users, the name will be the same as the email address.

{{ form.hidden_tag() }}

{{ form.email_address(class="form-control-2-3", autocomplete="off") }}

{{ form.password(class="form-control-1-4", autocomplete="off") }}

{% endblock %}