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 %}
|
||||
<b>{% translate 'Gefundener Suchort:' %}</b> {{ location }}
|
||||
{% endif %}
|
||||
{% if place_not_found %}
|
||||
<p class="error">{% translate "Ort nicht gefunden" %}</p>
|
||||
{% endif %}
|
||||
</form>
|
||||
<div class="card half">
|
||||
{% include "fellchensammlung/partials/partial-map.html" %}
|
||||
</div>
|
||||
</div>
|
||||
{% if place_not_found %}
|
||||
<p class="error">{% translate "Ort nicht gefunden" %}</p>
|
||||
{% endif %}
|
||||
{% include "fellchensammlung/lists/list-adoption-notices.html" %}
|
||||
{% endblock %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user