From 662514fe22481ac21016683abbf7e5bceef94f6a Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sat, 26 Mar 2011 16:53:11 +0000 Subject: [PATCH] Merged [2965] from peter.musgrave@magorcorp.com: Tracker 550 - Don't show AD/Secretariat links for Last Call etc. if they will 404 Fixes #550 - Legacy-Id: 2973 Note: SVN reference [2965] has been migrated to Git commit e2f01ceb5b494ac3e08d66bca89f61eecc90a201 --- ietf/templates/idrfc/doc_main_id.html | 2 ++ ietf/templates/idrfc/doc_tab_document_id.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ietf/templates/idrfc/doc_main_id.html b/ietf/templates/idrfc/doc_main_id.html index 7bdcf5be4..5c301e02c 100644 --- a/ietf/templates/idrfc/doc_main_id.html +++ b/ietf/templates/idrfc/doc_main_id.html @@ -86,9 +86,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. {% if user|in_group:"Area_Director,Secretariat" %}
+{% if doc.in_ietf_process %} Last Call Text | Ballot Text | Announcement Text +{% endif %}
{% endif %} {% endblock %} diff --git a/ietf/templates/idrfc/doc_tab_document_id.html b/ietf/templates/idrfc/doc_tab_document_id.html index 53ab8386c..e60b4edb9 100644 --- a/ietf/templates/idrfc/doc_tab_document_id.html +++ b/ietf/templates/idrfc/doc_tab_document_id.html @@ -83,9 +83,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. {% if user|in_group:"Area_Director,Secretariat" %}
+{% if doc.in_ietf_process %} Last Call Text | Ballot Text | Announcement Text +{% endif %}
{% endif %} {% endblock %}