Package: nm.debian.org Severity: minor Tags: patch Attached patch fixes the missing url part of this email text:
> The mailbox with everything so far can be downloaded at: > /am/mail-archive/username
>From dd0b9ed3df0cb4b124f4ee59af344e291f55bbc6 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <th...@kinkhorst.com> Date: Thu, 6 Aug 2015 12:12:25 +0000 Subject: [PATCH] Mailbox download link missed protocol and hostname --- templates/notification_mails/am_assigned_to_applicant.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/notification_mails/am_assigned_to_applicant.txt b/templates/notification_mails/am_assigned_to_applicant.txt index 9bae593..955b6d0 100644 --- a/templates/notification_mails/am_assigned_to_applicant.txt +++ b/templates/notification_mails/am_assigned_to_applicant.txt @@ -9,7 +9,7 @@ Hello, I have just assigned you a new NM applicant: {{process.person.fullname|safe}}, who is {{process.person.status|desc_status|safe}} and is applying to be {{process.applying_for|desc_status|safe}}. {% if process.mailbox_file %}The mailbox with everything so far can be downloaded at: -{% url 'download_mail_archive' key=process.lookup_key %} +https://nm.debian.org{% url 'download_mail_archive' key=process.lookup_key %} {% endif %} Note that you have not acknowledged the assignment yet, and could still refuse it, for example if you do not have time at the moment. -- 2.5.0