diff --git a/src/pretix/presale/templates/pretixpresale/organizers/customer_base.html b/src/pretix/presale/templates/pretixpresale/organizers/customer_base.html index 10ba89a9c2..1d0712a620 100644 --- a/src/pretix/presale/templates/pretixpresale/organizers/customer_base.html +++ b/src/pretix/presale/templates/pretixpresale/organizers/customer_base.html @@ -12,7 +12,7 @@
{{ customer.name }}
{{ customer.email }}
{% if customer.phone %} -
+
{% icon "phone" %} {{ customer.phone }}
{% endif %}