From ee554dc96321418f22a482f48dce8dd2fb700233 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 25 Feb 2011 15:58:32 +0100 Subject: Work on file sheet and odt export (refs #227) --- ishtar/templates/sheet.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ishtar/templates/sheet.html') diff --git a/ishtar/templates/sheet.html b/ishtar/templates/sheet.html index 9d1305c1d..a93b193e0 100644 --- a/ishtar/templates/sheet.html +++ b/ishtar/templates/sheet.html @@ -1,7 +1,23 @@ {% load i18n %} +{% block main_head %} + + + + + {% block title %}Ishtar{% if APP_NAME %} - {{APP_NAME}}{%endif%}{% endblock %} + + + + +{% endblock %}
{% block content %}{% endblock %}
+{%block main_foot%} + + +{%endblock%} -- cgit v1.2.3