{% extends "studygroups/base.html" %} {% load studygroup_tags %} {% load styled_forms %} {% block title %}{% firstof MODULE_STUDYGROUP_LABEL 'Study Group' %} {% trans 'Edit Meta Information' %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% firstof MODULE_STUDYGROUPS_LABEL 'STUDY GROUP' %} {% trans "Meta Information for" %}
{{ study_group.title }}

{% studygroup_options request.user study_group %}
{% csrf_token %}
{{ form|styled_form }} or {% trans "Cancel" %}
{% endblock %} {% block extra_body %} {{ block.super }} {% endblock %}