{% extends "base.html" %} {% load form_utils_tags %} {% block title %}Recognize non-group entity{% endblock %} {% block content %}

Recognize non-group entity

{% if msg %}

{{msg}}

{% endif %}

Use this form to recognize a non-group entity that needs access to limited resources (for example, accounts via SAO), such as a dorm or subgroup.

{% csrf_token %} {{ form|render }}
{% endblock %}