Guest User

Untitled

a guest
Feb 24th, 2016
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {% extends 'base.html' %}
  2.  
  3. {% block point %}
  4.     {% for tittle in object_list %}
  5.                myMap.geoObjects
  6.  
  7.                 .add(new ymaps.Placemark([{{tittle.position_x}}, {{tittle.position_y}}], {
  8.                     balloonContent: 'цвет <strong>воды пляжа бонди</strong>'
  9.                 }, {
  10.                     preset: 'islands#icon',
  11.                     iconColor: '#0095b6'
  12.                 }))
  13.     {% endfor %}
  14. {% endblock %}
Add Comment
Please, Sign In to add comment