From 0f378516aa931cff29d7112d3178895366ef66ac Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 13 Mar 2017 16:25:20 +0100 Subject: Operation: add a location field (refs #3508) --- archaeological_operations/templates/ishtar/sheet_operation.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archaeological_operations/templates') diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 69e6c3ddf..19fdc930a 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -19,7 +19,8 @@

{% if item.year or item.operation_code %}{{item.year|default:''}}-{{item.operation_code|default:''}}{% endif %}{% if item.code_patriarche %} – OA{{item.code_patriarche}}{% endif %}

-

{{item.common_name|default:''}}

+

{{item.common_name|default:''}}

+

{{item.address|default:''}}

{% include "ishtar/blocks/sheet_external_id.html" %}

{% trans "General"%}

-- cgit v1.2.3