{% extends "chapters/base.html" %} {% load chapter_tags %} {% load perm_tags %} {% load styled_forms %} {% block title %}{% firstof MODULE_COMMITTEES_LABEL 'Chapter' %} Edit{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% firstof MODULE_COMMITTEES_LABEL 'Chapter' %} {% trans "Edit" %}

{% csrf_token %} {% chapter_form form formset %}
+ {% trans "Category" %}
{{ categoryform|styled_form }}
+ {% trans "SEO Meta" %}
{{ metaform|styled_form }}
{% if chapter.status %} {% endif %}
{% endblock %} {% block extra_body %} {{ block.super }} {{ form.media }} {% endblock %}