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

19 lines
544 B
HTML

{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}Ballot for {{ doc.name }} issued{% endblock %}
{% block content %}
{% origin %}
<h1>
Ballot issued
<br>
<small class="text-muted">{{ doc.name }}</small>
</h1>
<p>
Ballot has been sent out.
</p>
<div class="buttonlist">
<a class="btn btn-secondary"
href="{% url 'ietf.doc.views_doc.document_writeup' name=doc.name %}">Back</a>
</div>
{% endblock %}