Reload map template on form submit

This commit is contained in:
2020-06-15 20:49:10 +02:00
parent f15ff39090
commit b442532768
3 changed files with 3 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
{{ table|safe }}
</div>
<div class="col-md-1">
<iframe class="map", src="/map" width="350" height="350"></iframe>
<iframe id="map", src="/map" width="350" height="350"></iframe>
</div>
</div>
<p><a href="{{ url_for('data') }}">Back</a></p>