diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-09-09 12:38:46 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:18 +0100 |
| commit | 767ae393b1cf53b2b79b5b71ff2654f2ac00678c (patch) | |
| tree | 44dd6b9849a9bdfbfb6b1c22c78cf3ad0992d7c6 /archaeological_finds | |
| parent | ab20bc79939e4a7e7f77d6c2263dd9836d30654b (diff) | |
| download | Ishtar-767ae393b1cf53b2b79b5b71ff2654f2ac00678c.tar.bz2 Ishtar-767ae393b1cf53b2b79b5b71ff2654f2ac00678c.zip | |
Geo: display associated context records and associated finds on sheet map (refactor and fixes)
Diffstat (limited to 'archaeological_finds')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_basefind.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_basefind.html b/archaeological_finds/templates/ishtar/sheet_basefind.html index 81705aaae..ae4dde731 100644 --- a/archaeological_finds/templates/ishtar/sheet_basefind.html +++ b/archaeological_finds/templates/ishtar/sheet_basefind.html @@ -16,7 +16,7 @@ <div class='row'> {% field_flex_detail "Operation" base_find.context_record.operation first %} {% field_flex_detail "Archaeological site" base_find.context_record.archaeological_site first %} - {% field_flex_detail "Context record" base_find.context_record.short_label first %} + {% field_flex_detail "Context record" base_find.context_record first %} {% field_flex "Town" base_find.context_record.town_label_with_areas '' '' first %} {% field_flex "Parcel" base_find.context_record.parcel '' '' first %} |
