#243 Feature without geometry

* fixes GDALException in case of provided feature (import) without geometry content
* modifies 500.html template to inform the user about the admins being informed automatically
This commit is contained in:
2022-11-22 14:49:51 +01:00
parent cf874225c1
commit 870d822c3a
4 changed files with 9 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
<h1 class="display-4">{% trans 'Server Error' %}</h1>
<hr>
<p class="lead">
{% trans 'Something happened. We are working on it!' %}
{% trans 'Something happened. Admins have been informed. We are working on it!' %}
</p>
</div>
{% endblock %}