{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 widget_tweaks %} {% load static %} {% block title %}Edit liaison attachment{% endblock %} {% block pagehead %} {% endblock %} {% block morecss %} .widget { height: auto; min-height: 34px; } {% endblock %} {% block content %} {% origin %}

Edit liaison attachment

{% if form.errors %}

There were errors in the submitted form -- see below. Please correct these and resubmit.

{% endif %} {% bootstrap_form_errors form %}
{% csrf_token %} {% bootstrap_form form %} {% buttons %} Cancel {% endbuttons %}
{% endblock %}