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:
Paul Selkirk 2024-03-11 14:13:32 -04:00 committed by GitHub
parent b1d277ce95
commit 528d697ac0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
{% 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 %}
{% block title %}
{% if revising_review %}
@ -96,7 +96,7 @@
{% if mail_archive_query_urls %}
<div class="mail-archive-search">
<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">
<input type="text" id="mail-archive-subjects"
class="query-input form-control"