From d35403311f2aee071005eb63cfa75c8fe53a8f0f Mon Sep 17 00:00:00 2001 From: PCoder Date: Tue, 7 Apr 2020 19:16:55 +0530 Subject: [PATCH] Fix bug fetching variables --- hosting/templates/hosting/invoices.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" %}