mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Outgoing mail: Decode unicode in From headers (#5864)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
<dl class="dl-horizontal">
|
||||
<dt>{% trans "From" context "email" %}</dt>
|
||||
<dd>{{ mail.sender }}</dd>
|
||||
<dd>{{ sender }}</dd>
|
||||
<dt>{% trans "To" context "email" %}</dt>
|
||||
<dd>{{ mail.to|join:", " }}</dd>
|
||||
{% if mail.cc %}
|
||||
|
||||
Reference in New Issue
Block a user