From 12dc68094f6fe6aed68d3fabd70aeb9ab0f45f2f Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Tue, 25 Apr 2017 06:42:01 +0200 Subject: [PATCH] Fix broken link for images --- templates/email/_footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/email/_footer.html b/templates/email/_footer.html index 743867fc8..0ddecd32c 100644 --- a/templates/email/_footer.html +++ b/templates/email/_footer.html @@ -1,6 +1,6 @@ {% load staticfiles %} -<a href="https://scipost.org"><img src="//scipost.org/static/scipost/images/logo_scipost_with_bgd_small.png" width="64px"></a> +<a href="https://scipost.org"><img src="https://scipost.org/static/scipost/images/logo_scipost_with_bgd_small.png" width="64px"></a> <br/> <div style="background-color: #f0f0f0; color: #002B49; align-items: center;"> <div style="display: inline-block; padding: 8px;"> -- GitLab