From 8449d07b8d01c45cf24b7702b66204e0577cc992 Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Thu, 29 May 2014 12:09:53 -0700 Subject: [PATCH] Adding renew links to premium grace and expire emails. --- templates/mail/email_premium_expire_grace.txt | 4 +++- templates/mail/email_premium_expire_grace.xhtml | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/mail/email_premium_expire_grace.txt b/templates/mail/email_premium_expire_grace.txt index bd0683820..9d95b8bf2 100644 --- a/templates/mail/email_premium_expire_grace.txt +++ b/templates/mail/email_premium_expire_grace.txt @@ -4,10 +4,12 @@ {% block body %}Hey {{ user.username }}, your premium account is about to expire... -{% if months_ago >= 1 %}It's been {{ months_ago }} month{{ months_ago|pluralize }} since you last saw NewsBlur. A lot has changed since then.{% else %}You've recently been on NewsBlur, but a lot has changed since even then.{% endif %} We just launched a full-scale re-design, complete with shared stories (blurblogs) and native iOS/Android apps. If you miss the old Google Reader features, you'll love the new NewsBlur. +{% if months_ago >= 1 %}It's been {{ months_ago }} month{{ months_ago|pluralize }} since you last saw NewsBlur. A lot has changed since then. We just launched a full-scale re-design, complete with shared stories (blurblogs) and native iOS/Android apps. If you miss the old Google Reader features, you'll love the new NewsBlur.{% else %}You've recently been on NewsBlur, so maybe you didn't mean to transition back to the free account? Maybe you just need to renew your premium account? Let's help you do that.{% endif %} Your premium account was set to expire today, but you've been given a free month grace period, so you can continue using your premium account to try out NewsBlur. +Renew now: http://{% current_domain %}{{ user.profile.autologin_url }}?next=chooser + Here are some easy ways to have a great time on NewsBlur: * Follow friends from Twitter, Facebook, and NewsBlur: http://{% current_domain %}{{ user.profile.autologin_url }} diff --git a/templates/mail/email_premium_expire_grace.xhtml b/templates/mail/email_premium_expire_grace.xhtml index dafc6ecfc..4b71f4df8 100644 --- a/templates/mail/email_premium_expire_grace.xhtml +++ b/templates/mail/email_premium_expire_grace.xhtml @@ -4,8 +4,9 @@ {% block body %}

Hey {{ user.username }}, your premium account is about to expire...

-

{% if months_ago >= 1 %}It's been {{ months_ago }} month{{ months_ago|pluralize }} since you last saw NewsBlur. A lot has changed since then.{% else %}You've recently been on NewsBlur, but a lot has changed since even then.{% endif %} We just launched a full-scale re-design, complete with shared stories (blurblogs) and native iOS/Android apps. If you miss the old Google Reader features, you'll love the new NewsBlur.

+

{% if months_ago >= 1 %}It's been {{ months_ago }} month{{ months_ago|pluralize }} since you last saw NewsBlur. A lot has changed since then. We just launched a full-scale re-design, complete with shared stories (blurblogs) and native iOS/Android apps. If you miss the old Google Reader features, you'll love the new NewsBlur.{% else %}You've recently been on NewsBlur, so maybe you didn't mean to transition back to the free account? Maybe you just need to renew your premium account? Let's help you do that.{% endif %}

Your premium account was set to expire today, but you've been given a free month grace period, so you can continue using your premium account to try out NewsBlur.

+

Renew now: http://{% current_domain %}{{ user.profile.autologin_url }}?next=renew

Here are some easy ways to have a great time on NewsBlur: