diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-01-13 23:08:11 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-01-13 23:08:11 +0100 |
commit | a9ecb02b0e07f61ba6485922c8f762c2c258a7b9 (patch) | |
tree | a9b1296864a5be9db26af399a14aadb87de96c27 /ishtar_common/templates/window.html | |
parent | c4134e27d21b7b641a3b68c78cdf6e08cfb15557 (diff) | |
download | Ishtar-a9ecb02b0e07f61ba6485922c8f762c2c258a7b9.tar.bz2 Ishtar-a9ecb02b0e07f61ba6485922c8f762c2c258a7b9.zip |
Manage many additions for archaeological sites (refs #3043)
Diffstat (limited to 'ishtar_common/templates/window.html')
-rw-r--r-- | ishtar_common/templates/window.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/window.html b/ishtar_common/templates/window.html index c8e187728..7c9249ff0 100644 --- a/ishtar_common/templates/window.html +++ b/ishtar_common/templates/window.html @@ -23,7 +23,7 @@ <body> {% if new_item_label %} <script type='text/javascript' language='javascript'> -save_and_close_window("{{parent_name}}", "{{parent_pk}}", "{{new_item_label}}", "{{new_item_pk}}"); +save_and_close_window{% if many %}_many{% endif %}("{{parent_name}}", "{{parent_pk}}", "{{new_item_label}}", "{{new_item_pk}}"); </script> {% endif %} <div id="window_content"> |