datatracker/ietf/templates/group/milestone_form.html
Henrik Levkowetz 5d8306cfc8 Merged in [9733] from lars@netapp.com:
First round of HTML fixes identified by test-crawl --vnu.
 - Legacy-Id: 9764
Note: SVN reference [9733] has been migrated to Git commit 205df716f8bf4b7dae9e2637f3aa1ba048a158f9
2015-07-18 08:55:30 +00:00

10 lines
340 B
HTML

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