Skip to content

Commit e2f01ce

Browse files
author
Peter Musgrave
committed
Tracker 550 - Don't show AD/Secretariat links for Last Call etc. if they will 404
- Legacy-Id: 2965
1 parent f95ab9c commit e2f01ce

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

peter/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 %}

peter/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)