summaryrefslogtreecommitdiff
path: root/ishtar/templates/sheet_operation.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-04-22 20:31:51 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-04-22 20:31:51 +0200
commit403b2ee897a028f98c01b539a8e6ac90fd6d5aa9 (patch)
tree023b6ef4e220311cfba20d9501dbbe60788b54f2 /ishtar/templates/sheet_operation.html
parent172f589d96fc70c89714d357e73b2415cfde13b9 (diff)
downloadIshtar-403b2ee897a028f98c01b539a8e6ac90fd6d5aa9.tar.bz2
Ishtar-403b2ee897a028f98c01b539a8e6ac90fd6d5aa9.zip
Manage specific index for finds (closes #372) - Complete sheet for context unit (closes #376)
Diffstat (limited to 'ishtar/templates/sheet_operation.html')
-rw-r--r--ishtar/templates/sheet_operation.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar/templates/sheet_operation.html b/ishtar/templates/sheet_operation.html
index 7cf6554b4..3a76ccf4e 100644
--- a/ishtar/templates/sheet_operation.html
+++ b/ishtar/templates/sheet_operation.html
@@ -166,11 +166,11 @@
<td>{{ find.full_label }}</td>
{# Displayed as (Patriarche operation code)-(Record unit label)-(Finds label). #}
{# or displayed as (Year)-(index)-(Record unit label)-(Finds label). #}
- <td>{{ find.get_last_item.material_type_label }}</td>
+ <td>{{ find.material_type_label }}</td>
{# Displayed as (Patriarche operation code)-(Record unit label)-(material code)-(Finds label indexed by material type). #}
{# or displayed as (Year)-(index)-(Record unit label)-(material code)-(Finds label indexed by material type) #}
- <td class='string'>{{find.context_record.short_label}}</td>
+ <td class='string'>{{find.context_record}}</td>
<td>{{ find.get_last_item.dating}}</td>{# TODO .all|join:", " ? #}
<td>{{ find.get_last_item.description }}</td>
<td>{{ find.get_last_item.weight }}</td>