Mail links

* adds direct object links into mail templates
* refactors transferring app-model identification data from fore- to background (celery) properly
This commit is contained in:
2023-12-11 13:40:32 +01:00
parent b1e7acc5f4
commit 7b3b40f3c9
22 changed files with 107 additions and 34 deletions

View File

@@ -10,7 +10,7 @@
<br>
{% trans 'the following dataset has just been recorded' %}
<br>
<strong>{{obj.identifier}}</strong>
<a href="{{ obj.get_detail_url_absolute }}"><strong>{{obj.identifier}}</strong></a>
<br>
<strong>"{{obj.title}}"</strong>
<br>

View File

@@ -10,7 +10,7 @@
<br>
{% trans 'the following dataset has just been recorded' %}
<br>
<strong>{{obj.identifier}}</strong>
<a href="{{ obj.get_detail_url_absolute }}"><strong>{{obj.identifier}}</strong></a>
<br>
<strong>"{{obj.title}}"</strong>
<br>

View File

@@ -10,7 +10,7 @@
<br>
{% trans 'the following dataset has just been unrecorded' %}
<br>
<strong>{{obj.identifier}}</strong>
<a href="{{ obj.get_detail_url_absolute }}"><strong>{{obj.identifier}}</strong></a>
<br>
<strong>"{{obj.title}}"</strong>
<br>

View File

@@ -10,7 +10,7 @@
<br>
{% trans 'the following dataset has just been unrecorded' %}
<br>
<strong>{{obj.identifier}}</strong>
<a href="{{ obj.get_detail_url_absolute }}"><strong>{{obj.identifier}}</strong></a>
<br>
<strong>"{{obj.title}}"</strong>
<br>