|
@@ -583,7 +583,7 @@
{% endif %}
- {% if can_edit and iesg_state %}
+ {% if can_edit and iesg_state.slug != 'idexists' %}
Last call text
Ballot text
Announcement text
diff --git a/ietf/templates/doc/draft/release_draft.html b/ietf/templates/doc/draft/release_draft.html
new file mode 100644
index 000000000..f2690dfee
--- /dev/null
+++ b/ietf/templates/doc/draft/release_draft.html
@@ -0,0 +1,29 @@
+{% extends "base.html" %}
+{% load origin %}
+{% load bootstrap3 %}
+
+{% block morecss %}
+.center-button-text { text-align: center;}
+{% endblock %}
+
+{% block content %}
+Warning
+
+{% if doc.stream.slug == 'ise' %}
+ This action will unset all Independent stream state and remove the document from the Independent stream.
+{% else %}
+ This action will unset all {{doc.group.acronym|upper}} group state, and remove the document from the {{doc.stream.name}} stream.
+ This is appropriate, for example, if the group decided not to adopt a document after considering it.
+ It may also be appropriate if the group is abandoning the document.
+{% endif %}
+
+Warning
+
+{% endblock %}
\ No newline at end of file