Skip to content

Commit 6ee5e08

Browse files
committed
added marker to the map
1 parent a4441f5 commit 6ee5e08

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pythonkc_site/templates/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ <h3>Attendees ({{event.attendees|length}})</h3>
8585
mapTypeId: google.maps.MapTypeId.ROADMAP
8686
};
8787
this.map = new google.maps.Map(document.getElementById("map_canvas"), opts);
88+
var venue = new google.maps.Marker({
89+
position: latlng,
90+
map: this.map,
91+
title:'{{ next_events.venue }}'
92+
});
8893
}
8994

9095
pykc.resizeMap = function(){

0 commit comments

Comments
 (0)