diff --git a/ietf/doc/views_doc.py b/ietf/doc/views_doc.py index d8f687ee8..1a260ca97 100644 --- a/ietf/doc/views_doc.py +++ b/ietf/doc/views_doc.py @@ -1,4 +1,4 @@ -# Copyright The IETF Trust 2009-2023, All Rights Reserved +# Copyright The IETF Trust 2009-2024, All Rights Reserved # -*- coding: utf-8 -*- # # Parts Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). @@ -40,7 +40,6 @@ import json import os import re -from urllib.parse import quote from pathlib import Path from django.http import HttpResponse, Http404 @@ -480,13 +479,6 @@ def document_main(request, name, rev=None, document_html=False): can_submit_unsolicited_review_for_teams = Group.objects.filter( reviewteamsettings__isnull=False, role__person__user=request.user, role__name='secr') - # mailing list search archive - search_archive = "www.ietf.org/mail-archive/web/" - if doc.stream_id == "ietf" and group.type_id == "wg" and group.list_archive: - search_archive = group.list_archive - - search_archive = quote(search_archive, safe="~") - # conflict reviews conflict_reviews = [r.source.name for r in interesting_relations_that.filter(relationship="conflrev")] @@ -705,7 +697,6 @@ def document_main(request, name, rev=None, document_html=False): iana_experts_comment=iana_experts_comment, started_iesg_process=started_iesg_process, shepherd_writeup=shepherd_writeup, - search_archive=search_archive, actions=actions, presentations=presentations, review_assignments=review_assignments, diff --git a/ietf/templates/doc/document_draft.html b/ietf/templates/doc/document_draft.html index ccfb23f06..3831d1016 100644 --- a/ietf/templates/doc/document_draft.html +++ b/ietf/templates/doc/document_draft.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{# Copyright The IETF Trust 2016-2023, All Rights Reserved #} +{# Copyright The IETF Trust 2016-2024, All Rights Reserved #} {% load origin %} {% load static %} {% load ietf_filters %} @@ -658,45 +658,14 @@ Nits - + + + + Search email archive + {% if user.is_authenticated %}