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 | ee87faffcf2f6b308cce8550922e84951d38908c (patch) | |
tree | ea5839130b01248d9f2e7a7fedb96d0d34b10217 | |
parent | 4e1d73c7aab2116100f7823bfd4b46959b0a9917 (diff) | |
download | Ishtar-ee87faffcf2f6b308cce8550922e84951d38908c.tar.bz2 Ishtar-ee87faffcf2f6b308cce8550922e84951d38908c.zip |
Fix artefact on site sheet
-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 %} |