diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-05-09 16:48:43 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-05-09 16:48:43 +0200 |
commit | 4dbc694df0b457dbb124d27c1570c15203ea11ce (patch) | |
tree | 4863317bcc2dcde6683f3a8f35fa732cacd670a9 /archaeological_finds | |
parent | 3f1bd22dc86753fc87c1cb00040caa836185fb11 (diff) | |
download | Ishtar-4dbc694df0b457dbb124d27c1570c15203ea11ce.tar.bz2 Ishtar-4dbc694df0b457dbb124d27c1570c15203ea11ce.zip |
Main sheets add link to town sheet
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 2de9f5afe..1923bf662 100644 --- a/archaeological_finds/templates/ishtar/sheet_basefind.html +++ b/archaeological_finds/templates/ishtar/sheet_basefind.html @@ -17,7 +17,7 @@ {% 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 first %} - {% field_flex "Town" base_find.context_record.town_label_with_areas '' '' first %} + {% field_flex_detail "Town" base_find.context_record.town first %} {% field_flex "Parcel" base_find.context_record.parcel '' '' first %} {# START discovery dates #} |