SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 6cbb9ae3 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Correct broken links in emails for reg inv/cit notif

parent 199427b4
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ Dear {{ notification.get_title }} {{ notification.last_name }}, ...@@ -14,7 +14,7 @@ Dear {{ notification.get_title }} {{ notification.last_name }},
<ul> <ul>
{% for notification in notification.related_notifications.for_publications %} {% for notification in notification.related_notifications.for_publications %}
<li> <li>
<a href="https://doi.org/{{ notification.publication.doi_label }}">{{ notification.publication.citation }}</a> <a href="https://doi.org/{{ notification.publication.doi_string }}">{{ notification.publication.citation }}</a>
<br> <br>
{{ notification.publication.title }} {{ notification.publication.title }}
<br> <br>
......
...@@ -50,7 +50,7 @@ Dear {% if invitation.message_style == 'F' %}{{ invitation.get_title_display }} ...@@ -50,7 +50,7 @@ Dear {% if invitation.message_style == 'F' %}{{ invitation.get_title_display }}
<ul> <ul>
{% for notification in invitation.citation_notifications.for_publications %} {% for notification in invitation.citation_notifications.for_publications %}
<li> <li>
<a href="https://doi.org/{{ notification.publication.doi_label }}">{{ notification.publication.citation }}</a> <a href="https://doi.org/{{ notification.publication.doi_string }}">{{ notification.publication.citation }}</a>
<br> <br>
{{ notification.publication.title }} {{ notification.publication.title }}
<br> <br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment