{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% load ietf_filters %} {% load bootstrap3 widget_tweaks %} {% block title %}{% if liaison %}Edit liaison: {{ liaison }}{% else %}Send Liaison Statement{% endif %}{% endblock %} {% block pagehead %} {{ form.media.css }} {# n.b., liaisons.js relies on select2 CSS being loaded by this #} {% endblock %} {% block morecss %} .widget { height: auto; min-height: 34px; } {% endblock %} {% block content %} {% origin %}
There were errors in the submitted form -- see below. Please correct these and resubmit.
If you wish to submit your liaison statement by e-mail, then please send it to statements@ietf.org
Fields marked with are required. For detailed descriptions of the fields see the field help.
{% endif %} {% endblock %} {% block js %} {{ form.media.js }} {# n.b., liaisons.js relies on select2.js being loaded by this #} {% endblock %}