datatracker/ietf/templates/doc/draft/request_resurrect.html

20 lines
494 B
HTML

{% extends "base.html" %}
{% block title %}Request resurrection of {{ doc }}{% endblock %}
{% block content %}
<h1>Request resurrection 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 resurrection"/>
</div>
</form>
{% endblock %}