summaryrefslogtreecommitdiff
path: root/templates/chimere/main_map.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/chimere/main_map.html')
-rw-r--r--templates/chimere/main_map.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/chimere/main_map.html b/templates/chimere/main_map.html
index 7bc8426..1690189 100644
--- a/templates/chimere/main_map.html
+++ b/templates/chimere/main_map.html
@@ -115,7 +115,7 @@
var has_search = {% if has_search %}true{% else %}false{% endif %};
// array to keep trace of already displayed items
var search_result = new Array();
- var search_url = "/search/";
+ var search_url = "{% url 'chimere:search' area_name %}";
$(function(){
$("#modal-edit").on("hide.bs.modal", function() {
$("#modal-edit .modal-body").html("");