diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-21 17:30:00 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-21 17:30:00 +0100 |
commit | 531849bcc8a2f7970e35caeb011d7e7b76b1c493 (patch) | |
tree | ea5839130b01248d9f2e7a7fedb96d0d34b10217 /archaeological_operations/templates | |
parent | 05bf7cc57169d3c1acb4a38479102a764d813f59 (diff) | |
download | Ishtar-531849bcc8a2f7970e35caeb011d7e7b76b1c493.tar.bz2 Ishtar-531849bcc8a2f7970e35caeb011d7e7b76b1c493.zip |
Fix artefact on site sheet
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_site.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_site.html b/archaeological_operations/templates/ishtar/sheet_site.html index 86ae666f4..c4652e3bb 100644 --- a/archaeological_operations/templates/ishtar/sheet_site.html +++ b/archaeological_operations/templates/ishtar/sheet_site.html @@ -59,5 +59,4 @@ {% trans "Finds" as finds %} {% dynamic_table_document finds 'finds' 'base_finds__context_record__archaeological_site' item.pk '' output %} -context_records {% endblock %} |