datatracker/ietf/templates/nomcom/process_nomination_status.html
Lars Eggert cc723ce449 More fixes.
- Legacy-Id: 19899
2022-01-31 19:17:50 +00:00

16 lines
506 B
HTML

{# bs5ok #}
{% extends "nomcom/nomcom_public_base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load django_bootstrap5 %}
{% block subtitle %}- Change Nomination{% endblock %}
{% block nomcom_content %}
{% origin %}
{% if need_confirmation %}
<form method="post">
{% csrf_token %}
{% bootstrap_form form %}
<button class="btn btn-primary" type="submit">Save</button>
</form>
{% endif %}
{% endblock %}