diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-05 18:19:06 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-05 18:19:06 +0100 |
| commit | 7a82793e0063029fbd7cf96748bcf19605fb97b6 (patch) | |
| tree | f7a78b7b5c988c1c98e588a97eaf1e313ac0d23f /archaeological_context_records/templates | |
| parent | 8df8f161ea57a3119d8cd76bf0d2f93df7728a42 (diff) | |
| download | Ishtar-7a82793e0063029fbd7cf96748bcf19605fb97b6.tar.bz2 Ishtar-7a82793e0063029fbd7cf96748bcf19605fb97b6.zip | |
Better management of context record relations tables (refs #3347)
Diffstat (limited to 'archaeological_context_records/templates')
| -rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index e5edb4af5..e5304f9cb 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -59,7 +59,7 @@ {% trans "Context record relations" as cr_rels %} {% if item.right_relations.count %} -{% dynamic_table_document cr_rels 'context_records_relations' 'left_record' item.pk '' output %} +{% dynamic_table_document cr_rels 'context_records_relations' 'left_record_id' item.pk '' output %} {% endif %} |
