diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-02 14:47:02 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-02 14:47:02 +0200 |
commit | 3e892ef57004c0647a133779a0bd48ead55d76ca (patch) | |
tree | b12882a9265690c8baec5329efeb7ce4151f4bd8 /archaeological_context_records/templates | |
parent | ab254942c9a0edb1a595152e3269ed5ca104b227 (diff) | |
download | Ishtar-3e892ef57004c0647a133779a0bd48ead55d76ca.tar.bz2 Ishtar-3e892ef57004c0647a133779a0bd48ead55d76ca.zip |
Context record sheet: fix operation link display
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 29e45d3a9..72e79dadc 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -92,7 +92,7 @@ <h3>{% trans "Localisation"%}</h3> <p><label>{%trans "Towns"%}</label> <span class='value'>{{ item.operation.towns.all|join:", " }}</span></p> <p><label>{%trans "Related operation"%}</label> -<span class='value'><a href="#" onclick='load_window("{% url show-operation item.operation.pk ''%}");'>{{ item.operation }}</a></span></p> +<span class='value'><a href="#" onclick='load_window("{% url "show-operation" item.operation.pk ''%}");'>{{ item.operation }}</a></span></p> {% else %}<p class='alert'><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> <label>{%trans "No operation linked to this context unit!"%}</label></p> {% endif %} |