* adds intervention comment to detail view
This commit is contained in:
mipel
2021-09-29 15:48:25 +02:00
parent 1965721dea
commit a44c014f4b
2 changed files with 27 additions and 1 deletions

View File

@@ -123,7 +123,12 @@
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-6">
{% include 'map/geom_form.html' %}
<div class="row">
{% include 'map/geom_form.html' %}
</div>
<div class="row">
{% include 'intervention/detail/includes/comment.html' %}
</div>
</div>
</div>
<hr>