diff --git a/hosting/templates/hosting/invoices.html b/hosting/templates/hosting/invoices.html index 6ee5bc41..cd18e2c6 100644 --- a/hosting/templates/hosting/invoices.html +++ b/hosting/templates/hosting/invoices.html @@ -92,7 +92,7 @@ {% trans "See Invoice" %} - {{ ho.id | get_line_item_from_hosting_order_charge }} + {{ ho | get_line_item_from_hosting_order_charge }} {% endfor %}