Compare commits
2 Commits
e4305ad9e7
...
cdda43615a
Author | SHA1 | Date | |
---|---|---|---|
cdda43615a | |||
52ee8690eb |
@ -62,6 +62,8 @@
|
|||||||
{{deduction.account.identifier}} - {{deduction.account.title}}
|
{{deduction.account.identifier}} - {{deduction.account.title}}
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
|
{% empty %}
|
||||||
|
{% trans 'None' %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
Encapsules the rendering and initializing of a geometry view component, e.g. used in the detail views.
|
Encapsules the rendering and initializing of a geometry view component, e.g. used in the detail views.
|
||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
|
|
||||||
{% if geom_form.empty %}
|
{% if geom_form.empty and geom_form.read_only %}
|
||||||
<div class="w-100">
|
<div class="w-100">
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-danger">
|
||||||
{% fa5_icon 'search-location' %}
|
{% fa5_icon 'search-location' %}
|
||||||
{% trans 'No geometry added, yet.' %}
|
{% trans 'No geometry added, yet.' %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user