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

6 lines
207 B
HTML

{% load django_bootstrap5 %}
<h3 class="mt-3">Additional resource information</h3>
{% bootstrap_form extresources_form %}
<p>
<b>Valid tags:</b> {{ extresources_form.valid_resource_tags|join:", " }}
</p>