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/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar/templates/base.html') diff --git a/ishtar/templates/base.html b/ishtar/templates/base.html index 7bfc579bb..630fe666e 100644 --- a/ishtar/templates/base.html +++ b/ishtar/templates/base.html @@ -4,7 +4,7 @@ - + {% block title %}Ishtar{% if APP_NAME %} - {{APP_NAME}}{%endif%}{% endblock %}