#138 WIP First draft

* adds first working draft of netgis map client
This commit is contained in:
2022-04-19 17:22:06 +02:00
parent c6e784e6d4
commit d13c3e8094
6 changed files with 109 additions and 57 deletions

View File

@@ -10,6 +10,15 @@
</div>
{% endif %}
{% if geom_form.geom.errors %}
<div class="alert-danger p-2">
{% for error in geom_form.geom.errors %}
<strong class="invalid">{{ error }}</strong>
<br>
{% endfor %}
</div>
{% endif %}
<div style="height: 70vh">
{% include 'map/client/index.html' %}
</div>