diff --git a/src/pretix/presale/templates/pretixpresale/organizers/customer_profile.html b/src/pretix/presale/templates/pretixpresale/organizers/customer_profile.html index 6cfcf2ff31..ba91900a51 100644 --- a/src/pretix/presale/templates/pretixpresale/organizers/customer_profile.html +++ b/src/pretix/presale/templates/pretixpresale/organizers/customer_profile.html @@ -9,43 +9,30 @@

{% trans "Your account" %}

-
-
-

- {% trans "Account information" %} -

-
-
-
+
+
+
+
{{ customer.name }}
+
{{ customer.email }}
+ {% if customer.phone %} +
+ {% endif %} +
+ +
+
+
+
+
{% trans "Customer ID" %}
#{{ customer.identifier }}
- {% if customer.provider %} -
{% trans "Login method" %}
-
{{ customer.provider.name }}
- {% endif %} -
{% trans "Email" %}
-
{{ customer.email }} -
-
{% trans "Name" %}
-
{{ customer.name }}
- {% if customer.phone %} -
{% trans "Phone" %}
-
{{ customer.phone }}
- {% endif %} -
- -
+