Update src/pretix/control/templates/pretixcontrol/organizers/outgoing_mails.html

Co-authored-by: Martin Gross <gross@rami.io>
This commit is contained in:
Raphael Michel
2026-01-29 09:23:20 +01:00
committed by GitHub
parent c88ecea26a
commit 164eac2e3f

View File

@@ -103,7 +103,7 @@
<br><small class="text-muted">{% trans "Cc" context "email" %}: {{ m.cc|join:", " }}</small> <br><small class="text-muted">{% trans "Cc" context "email" %}: {{ m.cc|join:", " }}</small>
{% endif %} {% endif %}
{% if m.bcc %} {% if m.bcc %}
<br><small class="text-muted">{% trans "Bcc" context "email" %} {{ m.bcc|join:", " }}</small> <br><small class="text-muted">{% trans "Bcc" context "email" %}: {{ m.bcc|join:", " }}</small>
{% endif %} {% endif %}
</td> </td>
<td> <td>