diff --git a/hosting/templates/hosting/invoices.html b/hosting/templates/hosting/invoices.html index cd18e2c6..0f0479e4 100644 --- a/hosting/templates/hosting/invoices.html +++ b/hosting/templates/hosting/invoices.html @@ -86,9 +86,9 @@ {% for ho, stripe_charge_data in invs_charge %} - {ho.generic_product.product_name.capitalize()} - {ho.created_at.strftime('%Y-%m-%d')} - {ho.price} + {{ho.generic_product.product_name.capitalize()}} + {{ho.created_at.strftime('%Y-%m-%d')}} + {{ho.price}} {% trans "See Invoice" %}