From 403b2ee897a028f98c01b539a8e6ac90fd6d5aa9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 22 Apr 2011 20:31:51 +0200 Subject: Manage specific index for finds (closes #372) - Complete sheet for context unit (closes #376) --- ishtar/templates/sheet_contextrecord.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ishtar/templates/sheet_contextrecord.html') 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 @@ {{ find.full_label }} {# Displayed as (Patriarche operation code)-(Record unit label)-(Finds label). #} {# or displayed as (Year)-(index)-(Record unit label)-(Finds label). #} - {{ find.get_last_item.material_type_label }} + {{ find.material_type_label }} {# 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) #} - {{find.context_record.short_label}} + {{find.context_record}} {{ find.get_last_item.dating}}{# TODO .all|join:", " ? #} {{ find.get_last_item.description }} {{ find.get_last_item.weight }} -- cgit v1.2.3