{% 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 %}
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".
{% endblock %} {% block js %} {% endblock %}