Skip to content

Commit 528d697

Browse files
authored
refactor: Clarify which mail archive is being searched (ietf-tools#7117)
* refactor: Clarify which mail archive is being searched (ietf-tools#6993) * refactor: Revert views_review.py, get team email directly
1 parent b1d277c commit 528d697

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/doc/review/complete_review.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "base.html" %}
2-
{# Copyright The IETF Trust 2016, All Rights Reserved #}
2+
{# Copyright The IETF Trust 2016-2024, All Rights Reserved #}
33
{% load origin django_bootstrap5 static person_filters textfilters %}
44
{% block title %}
55
{% if revising_review %}
@@ -96,7 +96,7 @@ <h1>
9696
{% if mail_archive_query_urls %}
9797
<div class="mail-archive-search">
9898
<div class="offset-md-2 col-md-10">
99-
<label for="mail-archive-subjects" class="form-label">Search mail archive subjects for:</label>
99+
<label for="mail-archive-subjects" class="form-label">Search {{team.list_email}} mail archive subjects for:</label>
100100
<div class="input-group mb-3">
101101
<input type="text" id="mail-archive-subjects"
102102
class="query-input form-control"

0 commit comments

Comments
 (0)