From d45f6670df6ce9cad1cae29b917a352b7ee755dc Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Mon, 20 Apr 2020 14:34:55 +0200
Subject: [PATCH] fix: email template

---
 djangoldp_notification/templates/email.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/djangoldp_notification/templates/email.html b/djangoldp_notification/templates/email.html
index 57f8d37..0d236a9 100644
--- a/djangoldp_notification/templates/email.html
+++ b/djangoldp_notification/templates/email.html
@@ -11,7 +11,7 @@
             <p style='font-size:small;color:#777'>
                 --
                 <br>
-                Do not reply to this email directly, go to <a href='http://{{ on }}' target='_blank'>http://{{ on }}</a> instead.
+                Do not reply to this email directly, go to <a href='{{ on }}' target='_blank'>{{ on }}</a> instead.
                 <br>
                 <a href='#'>Unsubscribe</a>
             </p>
-- 
GitLab