datatracker/ietf/templates/idrfc/clear_ballot.html
Ryan Cross cbc660e7fb Ticket #673 Add ability to clear ballot
- Legacy-Id: 4212
2012-03-24 14:48:24 +00:00

19 lines
437 B
HTML

{% extends "base.html" %}
{% block title %}Clear ballot for {{ doc }}{% endblock %}
{% block content %}
<h1>Clear ballot for {{ doc }}</h1>
<form action="" method="POST">
<p>Clear the ballot for {{ doc.file_tag }}?</p>
<p>This will clear all ballot positions and discuss entries.</p>
<div class="actions">
<a href="{{ back_url }}">Back</a>
<input type="submit" value="Clear ballot"/>
</div>
</form>
{% endblock %}