We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9dc82f commit f496f4cCopy full SHA for f496f4c
1 file changed
ietf/templates/doc/document_draft.html
@@ -291,7 +291,7 @@
291
<th>IESG</th>
292
<th><a href="{% url "ietf.help.views.state" doc=doc.type.slug type="iesg" %}">IESG state</a></th>
293
<td class="edit">
294
- {% if started_iesg_process and iesg_state and iesg_state.slug != "expired" and can_edit and not snapshot %}
+ {% if started_iesg_process and doc.get_state_slug != "expired" and can_edit and not snapshot %}
295
<a class="btn btn-default btn-xs" href="{% url "doc_change_state" name=doc.name %}">Edit</a>
296
{% endif %}
297
</td>
0 commit comments