From a40ae6bd96886de50c0b7d93266a2bfdf5dc9ffe Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Thu, 2 Mar 2017 18:47:44 -0500 Subject: [PATCH] fix email urls to be absolute and https --- templates/items/item-email.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/items/item-email.html b/templates/items/item-email.html index da1e0e3..e86b60d 100644 --- a/templates/items/item-email.html +++ b/templates/items/item-email.html @@ -1,6 +1,6 @@ -Hey {{ to }}, +Hey {{ to }},{% if html %}

{% endif %} -Please review and then approve or reject the request from {{ submitter }} for {{ I.event }}: {{ I.desc }} by going to {% if html %}{% endif %}http://fincom.delt.space/items/{{ I.pk }}{% if html %}.

{% endif %} +Please review and then approve or reject the request from {{ submitter }} for {{ I.event }}: {{ I.desc }} by going to {% if html %}{% endif %}https://fincom.delt.space/items/{{ I.pk }}{% if html %}.

{% endif %} {% if html %}
@@ -18,7 +18,7 @@ Please review and then approve or reject the request from {{ submitter }} for {{ {% endif %} ${{ I.cost|floatformat:"2" }}
- +
{{ I.event }}: {{ I.desc }}