From 4910072c29e064ff743ecd8affb7418a735a5e5d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 28 Oct 2013 02:28:08 +0100 Subject: Better title for sheets (refs #1372) --- archaeological_finds/templates/ishtar/sheet_find.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'archaeological_finds') diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index da1e91cc5..7e45637d8 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -1,6 +1,11 @@ {% extends "ishtar/sheet.html" %} {% load i18n %} +{% block head_sheet %} +{{block.super}} +

{% trans "Find"%}

+{% endblock %} + {% block content %} {% if previous or next %} @@ -18,8 +23,6 @@
{%trans "Export as:"%} {%trans "OpenOffice.org file"%}, {%trans "PDF file"%}
-

{% trans "Find"%}

- {% if item.image %} {% endif%} -- cgit v1.2.3