diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-06-13 23:29:49 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-06-13 23:29:49 +0200 |
commit | 147f67480e1156444656daad9223cde9486da0b4 (patch) | |
tree | 6b682152de87522f2595c6c66b0ca7614697cd76 | |
parent | 6d3cff2c3bfcb4f776d305c78f5b7c4d8d87a16f (diff) | |
download | Ishtar-147f67480e1156444656daad9223cde9486da0b4.tar.bz2 Ishtar-147f67480e1156444656daad9223cde9486da0b4.zip |
Correct link to context record sheet in operation (closes #444)
-rw-r--r-- | ishtar/templates/sheet_operation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar/templates/sheet_operation.html b/ishtar/templates/sheet_operation.html index 9f2a711d9..b4c251197 100644 --- a/ishtar/templates/sheet_operation.html +++ b/ishtar/templates/sheet_operation.html @@ -136,7 +136,7 @@ <td>{{ context_record.datings.all|join:", " }}</td>{# periods ?#} <td class='string'>{{ context_record.description }}</td> <td>{{ parcel.section }} - {{parcel.parcel_number}}</td> - <td class='link'><a href="#" {#onclick='load_window("{%url show-context_record context_record.pk%}")'#}>{% trans "Details" %}</a></td> + <td class='link'><a href="#" onclick='load_window("{%url show-contextrecord context_record.pk ''%}")'>{% trans "Details" %}</a></td> </tr> {% empty %} <tr><td colspan="6" class='no_items'>{% trans "No context record associated to parcel " %}{{ parcel.section }} - {{parcel.parcel_number}}</td></tr> |