mirror of
https://github.com/pretix/pretix.git
synced 2026-05-21 17:54:08 +00:00
Update src/pretix/control/templates/pretixcontrol/organizers/outgoing_mails.html
Co-authored-by: Martin Gross <gross@rami.io>
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user