{% extends "base.html" %} {# Copyright The IETF Trust 2021, All Rights Reserved #} {% load origin bootstrap3 static textfilters %} {% block title %}Start a new BOF Request{% endblock %} {% block content %} {% origin %}

Start a new BOF Request

Choose a short descriptive title for your request. Take time to choose a good initial title - it will be used to make the filename for your request's content. The title can be changed later, but the filename will not change.

For example, a request with a title of "A new important bit" will be saved as "bofreq-{{ user.person.last_name|xslugify|slice:"64" }}-a-new-important-bit-00.md".

{% csrf_token %} {% bootstrap_form form layout="horizontal" %} {% buttons %} Cancel {% endbuttons %}
{% endblock %} {% block js %} {% endblock %}