{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %}{% origin %} {% load ietf_filters static bootstrap3 %} {% block content %} {% origin %}

{% block title %}Change your review secretary settings for {{ group.acronym }}{% endblock %}

{% csrf_token %} {% bootstrap_form settings_form %} {% buttons %} Cancel {% endbuttons %}
{% endblock %}