datatracker/ietf/templates/group/milestone_form.html
Lars Eggert bbf088e18b Hopefully the final check-ins.
- Legacy-Id: 19909
2022-02-08 17:29:15 +00:00

7 lines
304 B
HTML

{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% origin %}
{# assumes group, form, needs_review, reviewer are in the context #}
{% load django_bootstrap5 %}
<input type="hidden" name="prefix" value="{{ form.prefix|default:"" }}">
{% bootstrap_form form layout='horizontal' %}