From bdf55830bb811169a711f44a27897205c9748ba3 Mon Sep 17 00:00:00 2001 From: Michael Flaxman Date: Thu, 5 Nov 2015 06:04:01 -0500 Subject: [PATCH] broken link, doh --- templates/emails/confirmed_tx.html | 2 +- templates/emails/new_tx.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/emails/confirmed_tx.html b/templates/emails/confirmed_tx.html index 13bdb745..70199b5d 100644 --- a/templates/emails/confirmed_tx.html +++ b/templates/emails/confirmed_tx.html @@ -20,7 +20,7 @@ {% block ps %} P.S. You were sent this email because you subscribed to email notifications on -{{ b58_address }}. +{{ b58_address }}. To unsubscribe, please click here. {% endblock ps %} diff --git a/templates/emails/new_tx.html b/templates/emails/new_tx.html index 228f648c..1b7f589a 100644 --- a/templates/emails/new_tx.html +++ b/templates/emails/new_tx.html @@ -23,7 +23,7 @@ {% block ps %} P.S. You were sent this email because you subscribed to email notifications on -{{ b58_address }}. +{{ b58_address }}. To unsubscribe, please click here. {% endblock ps %}