{% extends "base.html" %} {% load form_utils_tags %} {% block title %}{{group.name}}: Change main information {% endblock %} {% block content %}

{{group.name}}: Change main information

{% include "groups/group_tools.part.html" %}

Please make sure to keep the information about your group up-to-date. As always, if you have trouble (or need to update a field that you don't have access to), please contact us.

{% if msg %}

{{msg}}

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