diff --git a/hosting/templates/hosting/invoice_detail.html b/hosting/templates/hosting/invoice_detail.html index 335dfcfb..e63f25a7 100644 --- a/hosting/templates/hosting/invoice_detail.html +++ b/hosting/templates/hosting/invoice_detail.html @@ -65,7 +65,7 @@
{% if invoice.order %}
- {{user.name}}
+ {{invoice.customer.user.name}}
{{invoice.order.billing_address.street_address}},
{{invoice.order.billing_address.postal_code}}
{{invoice.order.billing_address.city}},
@@ -81,7 +81,7 @@
{% if invoice.order %}
{{invoice.order.cc_brand}} {% trans "ending in" %} ****
{{invoice.order.last4}}
- {{user.email}}
+ {{invoice.customer.user.email}}
{% endif %}