datatracker/ietf/templates/doc/charter/ballot_issued.html
Henrik Levkowetz 5f053ad21a Cleaned up the remaining explicit url names, using dotted-paths to view
functions instead.  In all almost 700 changes.
 - Legacy-Id: 12923
2017-02-26 23:21:49 +00:00

17 lines
443 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-default" href="{% url 'ietf.doc.views_doc.document_writeup' name=doc.name %}">Back</a>
</div>
{% endblock %}