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();
}