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_operations/templates/ishtar/sheet_operation.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'archaeological_operations/templates') diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 06c30b9e7..0672cf22f 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -1,5 +1,11 @@ {% extends "ishtar/sheet.html" %} {% load i18n %} + +{% block head_sheet %} +{{block.super}} +

{% trans "Operation"%}

+{% endblock %} + {% block content %} {% if previous or next %} -- cgit v1.2.3