diff --git a/src/pretix/presale/templates/pretixpresale/event/position.html b/src/pretix/presale/templates/pretixpresale/event/position.html index a8b735f102..2a89b69eef 100644 --- a/src/pretix/presale/templates/pretixpresale/event/position.html +++ b/src/pretix/presale/templates/pretixpresale/event/position.html @@ -4,6 +4,7 @@ {% load eventsignal %} {% load money %} {% load eventurl %} +{% load wrap_in %} {% block title %}{% trans "Registration details" %}{% endblock %} {% block content %}

@@ -48,7 +49,7 @@

- {% blocktrans trimmed with email=""|add:order.email|add:""|safe %} + {% blocktrans trimmed with email=order.email|wrap_in:"strong" %} This order is managed for you by {{ email }}. Please contact them for any questions regarding payment, cancellation or changes to this order. {% endblocktrans %}