diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-15 00:07:23 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-15 00:07:23 +0100 |
commit | a20c22be446522ab151c37ea8141fcc6db4ff418 (patch) | |
tree | c7bb3671d48bd0b31bc45bc936addb367c901c5f /archaeological_operations/templates/ishtar/sheet_operation.html | |
parent | 05e7b966237c6ad1d1326cedd730ed393b5af772 (diff) | |
download | Ishtar-a20c22be446522ab151c37ea8141fcc6db4ff418.tar.bz2 Ishtar-a20c22be446522ab151c37ea8141fcc6db4ff418.zip |
UI: work on sheets
Diffstat (limited to 'archaeological_operations/templates/ishtar/sheet_operation.html')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index e46db74c7..53d1d407d 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.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 %}{% trans "Operation" %}{% endblock %} +{% block head_title %}{% trans "Operation:" %} {{item.short_label}}{% endblock %} {% block content %} {% window_nav item window_id 'show-operation' 'operation_modify' 'show-historized-operation' 'revert-operation' previous next 1 %} |