diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-12-02 14:15:05 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-12-02 14:15:05 +0100 |
commit | ad8bc7234067d65751892005973def88d12bcc2c (patch) | |
tree | 5d4355bb39ea5de6aeaf442d07cf91fcbfa85ebd /archaeological_finds/templates | |
parent | c8568b4394e1c948015196dbec93933ac812f766 (diff) | |
download | Ishtar-ad8bc7234067d65751892005973def88d12bcc2c.tar.bz2 Ishtar-ad8bc7234067d65751892005973def88d12bcc2c.zip |
Sheet quick actions to add treatments from find, basket and container
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_treatment.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_treatment.html b/archaeological_finds/templates/ishtar/sheet_treatment.html index ced305798..78460d002 100644 --- a/archaeological_finds/templates/ishtar/sheet_treatment.html +++ b/archaeological_finds/templates/ishtar/sheet_treatment.html @@ -109,8 +109,10 @@ {% dynamic_table_document finds 'finds_for_treatment' 'upstream_treatment' item.pk 'TABLE_COLS_FOR_OPE' output %} {% endif %} + {% comment %} {% trans "Related operations" as related_operations %} {% dynamic_table_document related_operations 'operations' 'related_treatment' item.pk 'TABLE_COLS' output %} + {% endcomment %} </div> |