Minor_issues #267

Merged
mpeltriaux merged 3 commits from Minor_issues into master 2022-12-07 07:04:48 +01:00
Showing only changes of commit 52ee8690eb - Show all commits

View File

@ -4,9 +4,9 @@
Encapsules the rendering and initializing of a geometry view component, e.g. used in the detail views.
{% endcomment %}
{% if geom_form.empty %}
{% if geom_form.empty and geom_form.read_only %}
<div class="w-100">
<div class="alert alert-info">
<div class="alert alert-danger">
{% fa5_icon 'search-location' %}
{% trans 'No geometry added, yet.' %}
</div>