diff options
| 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 |
| commit | 6331afa5c746a0e6aebbc97b408de5c91ac530b0 (patch) | |
| tree | 9585cbdd5c0274b80811d2842014f78fb59e3ea9 /archaeological_operations/templates | |
| parent | c4d6dcde8100cff669e1b1b8074c41ff24e8eaf1 (diff) | |
| download | Ishtar-6331afa5c746a0e6aebbc97b408de5c91ac530b0.tar.bz2 Ishtar-6331afa5c746a0e6aebbc97b408de5c91ac530b0.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.html | 4 |
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%} |
