Biotope code list

* integrates biotope code list to NewStateForm
* adds dal scripts automatically on compensation view
This commit is contained in:
mipel
2021-08-24 09:37:59 +02:00
parent de925c8cc6
commit 06d74f8ccb
4 changed files with 22 additions and 5 deletions

View File

@@ -36,7 +36,7 @@
The modal wrapper, which can be used on every view can stay on the base.html template
{% endcomment %}
<div class="modal fade" tabindex="-1" role="dialog" id="modal">
<div class="modal-dialog" role="document">
<div class="modal-dialog modal-md modal-lg" role="document">
<div class="modal-content"></div>
</div>
</div>