summaryrefslogtreecommitdiff
path: root/ishtar/templates
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar/templates')
-rw-r--r--ishtar/templates/sheet_contextrecord.html4
-rw-r--r--ishtar/templates/sheet_operation.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/ishtar/templates/sheet_contextrecord.html b/ishtar/templates/sheet_contextrecord.html
index 0f7259f3a..76b76183f 100644
--- a/ishtar/templates/sheet_contextrecord.html
+++ b/ishtar/templates/sheet_contextrecord.html
@@ -115,11 +115,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>
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>