From 0a983269b9eef12567871aef4410899b40d53d6d Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 12 Feb 2017 18:50:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BC=D0=B5=D0=BD=D1=8F=D0=BB=20?= =?UTF-8?q?=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=8E=20=D0=B2=D1=8B=D0=B7?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=20=D0=BC=D0=BE=D0=B4=D0=B0=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=20=D0=BE=D0=BA=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/maps/ya_index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/maps/ya_index.html b/templates/maps/ya_index.html index d510283..cccf43e 100644 --- a/templates/maps/ya_index.html +++ b/templates/maps/ya_index.html @@ -34,7 +34,7 @@ function add_dot(e){ var coords = e.get('coords'); $.get('{% url 'mapapp:modal_add_dot' %}', {'coords': coords.join(',')}, function(r){ - show_Modal('Добавить точку', r, 'primary'); + show_ModalMyContent(r); }); e.preventDefault(); }