Private
Public Access
1
0

add boat done

This commit is contained in:
Sander Roosendaal
2018-10-01 09:41:24 +02:00
parent 004031e352
commit f67bcdd95b
6 changed files with 25 additions and 19 deletions

View File

@@ -986,7 +986,7 @@ def course_map(course):
)
div = """
<div id="map_canvas" style="width: 100%; height: 400px;"><p>&nbsp;</p></div>
<div id="map_canvas" style="width: 100%; height: 400px; margin:0; padding:0;grid-gap:0;"></div>
"""
return script,div