datatracker/ietf/templates/idrfc/request_resurrect.html
2011-06-28 18:20:20 +00:00

20 lines
485 B
HTML

{% extends "base.html" %}
{% block title %}Request resurrect of {{ doc }}{% endblock %}
{% block content %}
<h1>Request resurrect of {{ doc }}</h1>
<form action="" method="POST">
<p>Request resurrection of the Internet Draft {{ doc.file_tag }}?</p>
<p>This will send a notification to the Secretariat to resurrect the
I-D.</p>
<div class="actions">
<a href="{{ back_url }}">Back</a>
<input type="submit" value="Request resurrect"/>
</div>
</form>
{% endblock %}