From 33cb859e2dc08e418aedcc29eb6c576aaf2926ad Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 29 Mar 2011 03:14:01 +0200 Subject: Correct PDF export (closes #306) --- ishtar/templates/sheet_operation_pdf.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ishtar/templates/sheet_operation_pdf.html') diff --git a/ishtar/templates/sheet_operation_pdf.html b/ishtar/templates/sheet_operation_pdf.html index 30f9595bf..3397d5f43 100644 --- a/ishtar/templates/sheet_operation_pdf.html +++ b/ishtar/templates/sheet_operation_pdf.html @@ -1,10 +1,14 @@ {% extends "sheet_operation.html" %} +{% block css_head %} + +{% endblock %} {% block main_head %} {{ block.super }}
Ishtar – {{APP_NAME}} – {{item}}
{% endblock %} +{%block head_sheet%}{%endblock%} {%block main_foot%}
– -- cgit v1.2.3