From d4d31dced97aed83cca85c275791b7f307ba8d54 Mon Sep 17 00:00:00 2001 From: PCoder Date: Thu, 4 Apr 2019 06:50:13 +0200 Subject: [PATCH] Attempt invoice pdf with invoice_id instead of pk --- hosting/templates/hosting/invoice_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosting/templates/hosting/invoice_detail.html b/hosting/templates/hosting/invoice_detail.html index d3e8b797..1459bf04 100644 --- a/hosting/templates/hosting/invoice_detail.html +++ b/hosting/templates/hosting/invoice_detail.html @@ -3,7 +3,7 @@ {% block content %} -
+
{% if messages %}
{% for message in messages %} @@ -20,7 +20,7 @@ {% if invoice %}