summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-03-13 16:25:20 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-03-13 16:25:20 +0100
commit0f378516aa931cff29d7112d3178895366ef66ac (patch)
treebe82ba25f71fb96e3ab5a72bb65b7596629086f0 /archaeological_operations/templates
parent21d0824fadb5be4b7396695cf22f3db1f9b6d1a3 (diff)
downloadIshtar-0f378516aa931cff29d7112d3178895366ef66ac.tar.bz2
Ishtar-0f378516aa931cff29d7112d3178895366ef66ac.zip
Operation: add a location field (refs #3508)
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r--archaeological_operations/templates/ishtar/sheet_operation.html3
1 files changed, 2 insertions, 1 deletions
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 @@
<p class='window-refs'>{% if item.year or item.operation_code %}{{item.year|default:''}}-{{item.operation_code|default:''}}{% endif %}{% if item.code_patriarche %} &ndash; OA{{item.code_patriarche}}{% endif %}
</p>
-<p class='window-refs'>{{item.common_name|default:''}}</p>
+<p class='window-refs' title="{% trans 'Name' %}">{{item.common_name|default:''}}</p>
+<p class='window-refs' title="{% trans 'Address' %}">{{item.address|default:''}}</p>
{% include "ishtar/blocks/sheet_external_id.html" %}
<h3>{% trans "General"%}</h3>