Skip to content

Commit 57b0ca9

Browse files
committed
Only add charter state change link when chartering, it doesn't make
sense for an approved charter. Fixes ietf-tools#861. - Legacy-Id: 5799
1 parent 3c58e47 commit 57b0ca9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/idrfc/document_charter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<td>
4141
<div>
4242
<a title="{{ doc.get_state.desc }}"
43-
{% if not snapshot and user|has_role:"Area Director,Secretariat" %}
43+
{% if not snapshot and chartering and user|has_role:"Area Director,Secretariat" %}
4444
class="editlink" href="{% url charter_change_state name=doc.name %}"
4545
{% endif %}>
4646
{{ doc.get_state.name }}

0 commit comments

Comments
 (0)