1 parent b1d277c commit 528d697Copy full SHA for 528d697
1 file changed
ietf/templates/doc/review/complete_review.html
@@ -1,5 +1,5 @@
1
{% extends "base.html" %}
2
-{# Copyright The IETF Trust 2016, All Rights Reserved #}
+{# Copyright The IETF Trust 2016-2024, All Rights Reserved #}
3
{% load origin django_bootstrap5 static person_filters textfilters %}
4
{% block title %}
5
{% if revising_review %}
@@ -96,7 +96,7 @@ <h1>
96
{% if mail_archive_query_urls %}
97
<div class="mail-archive-search">
98
<div class="offset-md-2 col-md-10">
99
- <label for="mail-archive-subjects" class="form-label">Search mail archive subjects for:</label>
+ <label for="mail-archive-subjects" class="form-label">Search {{team.list_email}} mail archive subjects for:</label>
100
<div class="input-group mb-3">
101
<input type="text" id="mail-archive-subjects"
102
class="query-input form-control"
0 commit comments