diff options
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 |
commit | f0efbc44b9dfbd648c17b4d82937e725431cdf5b (patch) | |
tree | be82ba25f71fb96e3ab5a72bb65b7596629086f0 /archaeological_operations/templates | |
parent | 749a5fa0444d66c8a3656edae9f0e6b6f12b9870 (diff) | |
download | Ishtar-f0efbc44b9dfbd648c17b4d82937e725431cdf5b.tar.bz2 Ishtar-f0efbc44b9dfbd648c17b4d82937e725431cdf5b.zip |
Operation: add a location field (refs #3508)
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 3 |
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 %} – 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> |