Skip to content

Commit 662514f

Browse files
committed
Merged [2965] from peter.musgrave@magorcorp.com:
Tracker 550 - Don't show AD/Secretariat links for Last Call etc. if they will 404 Fixes ietf-tools#550 - Legacy-Id: 2973 Note: SVN reference [2965] has been migrated to Git commit e2f01ce
1 parent 6ac0c83 commit 662514f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

ietf/templates/idrfc/doc_main_id.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,11 @@
8686
</div>
8787
{% if user|in_group:"Area_Director,Secretariat" %}
8888
<div>
89+
{% if doc.in_ietf_process %}
8990
<a href="{% url doc_ballot_lastcall name=doc.draft_name %}">Last Call Text</a>
9091
| <a href="{% url doc_ballot_writeupnotes name=doc.draft_name %}">Ballot Text</a>
9192
| <a href="{% url doc_ballot_approvaltext name=doc.draft_name %}">Announcement Text</a>
93+
{% endif %}
9294
</div>
9395
{% endif %}
9496
{% endblock %}

ietf/templates/idrfc/doc_tab_document_id.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,11 @@
8383
</div>
8484
{% if user|in_group:"Area_Director,Secretariat" %}
8585
<div>
86+
{% if doc.in_ietf_process %}
8687
<a href="{% url doc_ballot_lastcall name=doc.draft_name %}">Last Call Text</a>
8788
| <a href="{% url doc_ballot_writeupnotes name=doc.draft_name %}">Ballot Text</a>
8889
| <a href="{% url doc_ballot_approvaltext name=doc.draft_name %}">Announcement Text</a>
90+
{% endif %}
8991
</div>
9092
{% endif %}
9193
{% endblock %}

0 commit comments

Comments
 (0)