Skip to content

Commit

Permalink
refactor: Clarify which mail archive is being searched (#7117)
Browse files Browse the repository at this point in the history
* refactor: Clarify which mail archive is being searched (#6993)

* refactor: Revert views_review.py, get team email directly
  • Loading branch information
pselkirk committed Mar 11, 2024
1 parent b1d277c commit 528d697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ietf/templates/doc/review/complete_review.html
@@ -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 %}
Expand Down Expand Up @@ -96,7 +96,7 @@ <h1>
{% 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"
Expand Down

0 comments on commit 528d697

Please sign in to comment.