{% extends "base.html" %} {% load form_utils_tags %} {% block title %}{{group.name}}: Change main information {% endblock %} {% block content %}
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 %} {% endblock %}