summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2014-01-10 16:13:21 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2014-01-10 16:13:21 +0100
commit0ec535da4fb00f506dd4ef6ad9323326d19b1575 (patch)
tree9585cbdd5c0274b80811d2842014f78fb59e3ea9 /archaeological_operations/templates
parentcd50c0849269635f2a20b2bf67750344cee4d5f5 (diff)
downloadIshtar-0ec535da4fb00f506dd4ef6ad9323326d19b1575.tar.bz2
Ishtar-0ec535da4fb00f506dd4ef6ad9323326d19b1575.zip
Operation window: fix display of numeric id (refs #1606)
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r--archaeological_operations/templates/ishtar/sheet_operation.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html
index 945b3f4e5..e1846c8e2 100644
--- a/archaeological_operations/templates/ishtar/sheet_operation.html
+++ b/archaeological_operations/templates/ishtar/sheet_operation.html
@@ -27,8 +27,8 @@
<h3>{% trans "General"%}</h3>
{% if item.common_name %}<p><label>{%trans "Name:"%}</label> <span class='value'>{{ item.common_name }}</span></p>{% endif %}
-<p><label>{%trans "Year:"%}</label> <span class='value'>{{ item.year }}</span></p>
-{% if item.operation.operation_code %}<p><label>{%trans "Numerical reference:"%}</label> <span class='value'>{{ item.operation_code }}</span></p>{% endif %}
+<p><label>{%trans "Year:"%}</label> <span class='value strong'>{{ item.year }}</span></p>
+{% if item.operation_code %}<p><label>{%trans "Numerical reference:"%}</label> <span class='value strong'>{{ item.operation_code }}</span></p>{% endif %}
{% if item.code_patriarche %}<p><label>{%trans "Patriarche OA code:"%}</label> <span class='value'>{{ item.code_patriarche }}</span></p>{%else%}
<p class='alert'>{%trans "Patriarche OA code not yet recorded!"%}</p>{%endif%}