diff options
Diffstat (limited to 'ishtar/templates/sheet_operation.html')
| -rw-r--r-- | ishtar/templates/sheet_operation.html | 4 |
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> |
