datatracker/ietf/templates/idrfc/undefer_ballot.html
Robert Sparks 51ab8123d9 merged in from 4.20-ise
- Legacy-Id: 4502
2012-06-22 20:25:17 +00:00

19 lines
470 B
HTML

{% extends "base.html" %}
{% block title %}Undefer ballot for {{ doc }}{% endblock %}
{% block content %}
<h1>Undefer ballot for {{ doc }}</h1>
<form class="undefer" action="" method="POST">
<p>Undefer the ballot for {{ doc.file_tag }}?</p>
<p>The ballot will then be on the IESG agenda of {{ telechat_date }}.</p>
<div class="actions">
<a href="{{ back_url }}">Back</a>
<input type="submit" value="Undefer ballot"/>
</div>
</form>
{% endblock %}