diff options
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> |
