We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4441f5 commit 6ee5e08Copy full SHA for 6ee5e08
pythonkc_site/templates/index.html
@@ -85,6 +85,11 @@ <h3>Attendees ({{event.attendees|length}})</h3>
85
mapTypeId: google.maps.MapTypeId.ROADMAP
86
};
87
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
+ });
93
}
94
95
pykc.resizeMap = function(){
0 commit comments