feat: move search location not found error to the place where the location would have been shown
This commit is contained in:
parent
7c076e0bc3
commit
4576ac68e0
@ -31,13 +31,13 @@
|
|||||||
{% if location %}
|
{% if location %}
|
||||||
<b>{% translate 'Gefundener Suchort:' %}</b> {{ location }}
|
<b>{% translate 'Gefundener Suchort:' %}</b> {{ location }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if place_not_found %}
|
||||||
|
<p class="error">{% translate "Ort nicht gefunden" %}</p>
|
||||||
|
{% endif %}
|
||||||
</form>
|
</form>
|
||||||
<div class="card half">
|
<div class="card half">
|
||||||
{% include "fellchensammlung/partials/partial-map.html" %}
|
{% include "fellchensammlung/partials/partial-map.html" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% if place_not_found %}
|
|
||||||
<p class="error">{% translate "Ort nicht gefunden" %}</p>
|
|
||||||
{% endif %}
|
|
||||||
{% include "fellchensammlung/lists/list-adoption-notices.html" %}
|
{% include "fellchensammlung/lists/list-adoption-notices.html" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user