{% extends "../template.html" %} {% block content %} {% load static %}
{% csrf_token %}

New Group

{{ new_group_form.group_name }}
{{ new_group_form.parent_group }}
{% endblock %}