From d6aa44c8bd1e43a61a4ff9b4d4276ae01ae147b7 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 6 May 2011 02:33:07 -0400 Subject: [PATCH] Don't insert a page break on the last page --- apps/documents/templates/document_print.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documents/templates/document_print.html b/apps/documents/templates/document_print.html index 5702a39ce6..06068fc31b 100644 --- a/apps/documents/templates/document_print.html +++ b/apps/documents/templates/document_print.html @@ -49,7 +49,7 @@ {% for page in pages %} {% get_document_size object %} -
+
page_aspect %}width="97%"{% else %}height="97%"{% endif %} />
{% endfor %}