feat: Re-add warning if place not found
This commit is contained in:
parent
0d82dba414
commit
8edfe8c401
@ -963,6 +963,14 @@ div.announcement {
|
|||||||
border: rgba(17, 58, 224, 0.51) 4px solid;
|
border: rgba(17, 58, 224, 0.51) 4px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.error {
|
||||||
|
color: #370707;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.error::before {
|
||||||
|
content: "⚠️";
|
||||||
|
}
|
||||||
|
|
||||||
/*******/
|
/*******/
|
||||||
/* MAP */
|
/* MAP */
|
||||||
|
@ -30,6 +30,11 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
{% if place_not_found %}
|
||||||
|
<p class="error">
|
||||||
|
{% trans '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" %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user