summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/display_item.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-03-16 12:47:33 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-03-16 12:48:23 +0100
commit9e5be05c239888f4c2fc0c457e0713a15915613d (patch)
treee6d085c1f8521ee7feb9ddd980dc5e0ad5bce7a5 /ishtar_common/templates/ishtar/display_item.html
parente20e666c551e1d4d4630949fcd5000395697a5b2 (diff)
downloadIshtar-9e5be05c239888f4c2fc0c457e0713a15915613d.tar.bz2
Ishtar-9e5be05c239888f4c2fc0c457e0713a15915613d.zip
Basket: add a close button (refs #3407)
Diffstat (limited to 'ishtar_common/templates/ishtar/display_item.html')
-rw-r--r--ishtar_common/templates/ishtar/display_item.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/display_item.html b/ishtar_common/templates/ishtar/display_item.html
index e00fef05b..e1c63b775 100644
--- a/ishtar_common/templates/ishtar/display_item.html
+++ b/ishtar_common/templates/ishtar/display_item.html
@@ -4,7 +4,7 @@
<script type='text/javascript'>
$(document).ready(
function(){
- load_window("/show-{{item_type}}/{{pk}}/");
+ load_window("{{show_url}}");
});
</script>
{% endblock %}