* adds creation of new compensation directly from intervention detail view
* adds comment rendering on compensation detail view (WIP)
* adds shared_access_required decorator
* adds/updates translations
This commit is contained in:
mipel
2021-10-04 13:23:14 +02:00
parent b7ef6ff006
commit a50deaaf18
12 changed files with 104 additions and 26 deletions

View File

@@ -5,7 +5,9 @@
{% endcomment %}
{% if geom_form.empty %}
<div class="alert alert-info">{% trans 'No geometry added, yet.' %}</div>
<div class="w-100">
<div class="alert alert-info">{% trans 'No geometry added, yet.' %}</div>
</div>
{% endif %}
{{geom_form.media}}
{{geom_form.geom}}