diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-12-20 19:42:56 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:20:59 +0100 |
commit | 1ad0312b086b0286b81322252991c855deca554e (patch) | |
tree | 93745734f124e3793a7a8a4fbc9845f05062f637 /archaeological_operations/templates | |
parent | 9a933515d0a263a077b96cf2a0517f6e6b2be314 (diff) | |
download | Ishtar-1ad0312b086b0286b81322252991c855deca554e.tar.bz2 Ishtar-1ad0312b086b0286b81322252991c855deca554e.zip |
Syndication - filter field on sheet (bis)
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_site.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_site.html b/archaeological_operations/templates/ishtar/sheet_site.html index a7955572d..4904b5562 100644 --- a/archaeological_operations/templates/ishtar/sheet_site.html +++ b/archaeological_operations/templates/ishtar/sheet_site.html @@ -1,7 +1,7 @@ {% extends "ishtar/sheet.html" %} {% load i18n window_tables window_header window_ope_tables window_field from_dict %} -{% block head_title %}<strong>{{SITE_LABEL}}</strong> - {{item}}{% endblock %} +{% block head_title %}<strong>{{SITE_LABEL}}</strong> - {{item.cached_label}}{% endblock %} {% block toolbar %} {% window_nav item window_id 'show-site' 'site_modify' 'show-historized-site' 'revert-site' previous next 1 %} |