diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-04 23:33:06 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-04 23:33:06 +0100 |
commit | 54d94e20d7073763778b74964e95713a4ca2ba02 (patch) | |
tree | 6b0697124befda79a68a7bef5705ed1111f3349f | |
parent | 75990cbba38b0149bad31ed3f1d999dd9de29cff (diff) | |
download | Ishtar-54d94e20d7073763778b74964e95713a4ca2ba02.tar.bz2 Ishtar-54d94e20d7073763778b74964e95713a4ca2ba02.zip |
Sheet find: fix treatment link
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index c5cfc39b5..1dd6145c8 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -139,7 +139,7 @@ <tr> <td> <a class="display_details" href="#" - onclick="load_window('{% url 'show-treatment' treatment.id %});"> + onclick="load_window('{% url 'show-treatment' treatment.id %}/');"> <i class="fa fa-info-circle" aria-hidden="true"></i> </a> </td> |