refactor: Clarify which mail archive is being searched (#7117)
* refactor: Clarify which mail archive is being searched (#6993) * refactor: Revert views_review.py, get team email directly
This commit is contained in:
parent
b1d277ce95
commit
528d697ac0
|
@ -1,5 +1,5 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{# Copyright The IETF Trust 2016, All Rights Reserved #}
|
{# Copyright The IETF Trust 2016-2024, All Rights Reserved #}
|
||||||
{% load origin django_bootstrap5 static person_filters textfilters %}
|
{% load origin django_bootstrap5 static person_filters textfilters %}
|
||||||
{% block title %}
|
{% block title %}
|
||||||
{% if revising_review %}
|
{% if revising_review %}
|
||||||
|
@ -96,7 +96,7 @@
|
||||||
{% if mail_archive_query_urls %}
|
{% if mail_archive_query_urls %}
|
||||||
<div class="mail-archive-search">
|
<div class="mail-archive-search">
|
||||||
<div class="offset-md-2 col-md-10">
|
<div class="offset-md-2 col-md-10">
|
||||||
<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>
|
||||||
<div class="input-group mb-3">
|
<div class="input-group mb-3">
|
||||||
<input type="text" id="mail-archive-subjects"
|
<input type="text" id="mail-archive-subjects"
|
||||||
class="query-input form-control"
|
class="query-input form-control"
|
||||||
|
|
Loading…
Reference in a new issue