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
commitc1e85129759bfe6522878452c3a58a44d43ee982 (patch)
tree023b6ef4e220311cfba20d9501dbbe60788b54f2 /ishtar/templates/sheet_operation.html
parent74ec5866a7f283088cbcae3d74eb33e04e41732b (diff)
downloadIshtar-c1e85129759bfe6522878452c3a58a44d43ee982.tar.bz2
Ishtar-c1e85129759bfe6522878452c3a58a44d43ee982.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>