Skip to content

Commit

Permalink
fix: correct headers for charter evaluation email (#7937)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks authored Sep 16, 2024
1 parent 3b5058a commit cc1eade
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ietf/templates/doc/charter/issue_ballot_mail.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% load ietf_filters %}{% autoescape off %}To: {{ to }} {% if cc %}
Cc: {{ cc }}
{% endif %}From: IESG Secretary <[email protected]>
{% load ietf_filters %}{% autoescape off %}To: {{ to }}{% if cc %}
Cc: {{ cc }}{% endif %}
From: IESG Secretary <[email protected]>
Reply-To: IESG Secretary <[email protected]>
Subject: Evaluation: {{ doc.name }}

Expand Down

0 comments on commit cc1eade

Please sign in to comment.