Skip to content

Commit 887b3ab

Browse files
committed
fix : Fix map rendering issue
1 parent 25f0402 commit 887b3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trades/templates/trades/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h1>등락</h1>
7878
<!-- 지도 -->
7979
<div id="map" class="map">
8080
<h1>지도</h1>
81-
{% include "map_visual/seoul_map.html" with my_map=map%}
81+
{% include "map_visual/sido_map.html" with sido_map=map%}
8282
</div>
8383
</div>
8484
</main>

0 commit comments

Comments
 (0)