Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {% extends 'base.html' %}
- {% block point %}
- {% for tittle in object_list %}
- myMap.geoObjects
- .add(new ymaps.Placemark([{{tittle.position_x}}, {{tittle.position_y}}], {
- balloonContent: 'цвет <strong>воды пляжа бонди</strong>'
- }, {
- preset: 'islands#icon',
- iconColor: '#0095b6'
- }))
- {% endfor %}
- {% endblock %}
Add Comment
Please, Sign In to add comment