#93 Errors via mail

* configures server errors sending via mail
   * default for now is always 'ksp-servicestelle'
* includes improvements from #97
This commit is contained in:
2022-01-31 15:24:26 +01:00
parent 896ad55749
commit 0dbd4896f2
9 changed files with 14 additions and 46 deletions

View File

@@ -9,7 +9,7 @@
<br>
{% trans 'the following dataset has just been checked' %}
<br>
<strong>'{{obj_identifier}}'</strong>
<strong>{{obj_identifier}}</strong>
<br>
{% trans 'This means, the responsible registration office just confirmed the correctness of this dataset.' %}
<br>

View File

@@ -9,7 +9,7 @@
<br>
{% trans 'the following dataset has just been deleted' %}
<br>
<strong>'{{obj_identifier}}'</strong>
<strong>{{obj_identifier}}</strong>
<br>
{% trans 'If this should not have been happened, please contact us. See the signature for details.' %}
<br>

View File

@@ -9,7 +9,7 @@
<br>
{% trans 'the following dataset has just been recorded' %}
<br>
<strong>'{{obj_identifier}}'</strong>
<strong>{{obj_identifier}}</strong>
<br>
{% trans 'This means the data is now publicly available, e.g. in LANIS' %}
<br>

View File

@@ -9,7 +9,7 @@
<br>
{% trans 'the following dataset has just been unrecorded' %}
<br>
<strong>'{{obj_identifier}}'</strong>
<strong>{{obj_identifier}}</strong>
<br>
{% trans 'This means the data is no longer publicly available.' %}
<br>

View File

@@ -9,7 +9,7 @@
<br>
{% trans 'the following dataset has just been shared with you' %}
<br>
<strong>'{{obj_identifier}}'</strong>
<strong>{{obj_identifier}}</strong>
<br>
{% trans 'This means you can now edit this dataset.' %}
{% trans 'The shared dataset appears now by default on your overview for this dataset type.' %}

View File

@@ -9,7 +9,7 @@
<br>
{% trans 'your shared access, including editing, has been revoked for the dataset ' %}
<br>
<strong>'{{obj_identifier}}'</strong>
<strong>{{obj_identifier}}</strong>
<br>
{% trans 'However, you are still able to view the dataset content.' %}
{% trans 'Please use the provided search filter on the dataset`s overview pages to find them.' %}