{% extends "hwam/base.html" %} {% block sub-title %}Add Organizational Unit | {% endblock %} {% block content-main %}

Add Organizational Unit

{% if form.errors %}

There were some errors.

{% endif %}
{% csrf_token %}
AttributeSettingDescription
Name{{ form.name }}The organizational unit's name.
Desc{{ form.desc }}A description of the organizational unit.
Contact{{ form.unit_contact }}The contact person for this organizational unit.
Parent OU{{ form.parent_ou }}This organizational unit's parent OU.
{% endblock %}