{% extends "accounts/profile_base.html" %} {% load static %} {% block profile_body %}

User Management

You can assign users to any of the groups for this instance. Note that a user can only be assigned to a single group at a time and there must be at least one administrator.


{{ wizard.form.media }}
{% csrf_token %} {{ wizard.management_form }} {% include 'core/bs_form.html' with form=wizard.form %}

Step {{ wizard.steps.step1 }} of {{ wizard.steps.count }}

{% endblock %} {% block extra_scripts %} {% endblock %}