datatracker/ietf/templates/doc/charter/ballot_issued.html
Lars Eggert 021ba39712 Reindent all templates with djhtml
- Legacy-Id: 19610
2021-11-10 09:41:11 +00:00

17 lines
457 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 for {{ doc.name }} issued</h1>
<p>Ballot has been sent out.</p>
<div class="buttonlist">
<a class="btn btn-primary" href="{% url 'ietf.doc.views_doc.document_writeup' name=doc.name %}">Back</a>
</div>
{% endblock %}