{% extends "submit/submit_base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load humanize %} {% load bootstrap3 %} {% block title %}Add pre-approval{% endblock %} {% load ietf_filters %} {% block submit_content %} {% origin %}

Add pre-approval

You can register a pre-approved draft name. Then the chair approval step of group -00 submissions is suspended for that draft name so a future submission is posted to the data tracker immediately.

When the revision -00 draft is submitted, the pre-approval will not be shown anymore as it has fulfilled its purpose (only revision -00 submissions are subject to approval). If the draft never shows up, you can instead later cancel the pre-approval to get rid of it.

Instructions

Do not include -00 and do not include a file extension like .txt in the name.

{% if user|has_role:"Secretariat" %}

Only group submissions are subject to approval and are thus pre-approvable.

{% else %}

As chair{% if groups|length > 1 %} of {{ groups|length|apnumber }} groups{% endif %} you can pre-approve draft names on the form:

{% for g in groups %} {% endfor %}

{% endif %}
{% csrf_token %} {% bootstrap_form form %} {% buttons %} Back {% endbuttons %}
{% endblock %} {% block js %} {% endblock %}