mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
11 lines
No EOL
493 B
Text
11 lines
No EOL
493 B
Text
{% extends "mail/email_base.txt" %}
|
|
|
|
{% load utils_tags %}
|
|
|
|
{% block body %}Hey {{ user.username }}, your premium account has just expired.
|
|
|
|
You now have a free account with all the limitations of a free account. But that doesn't mean you can't renew your premium subscription and enjoy the many benefits of using NewsBlur.
|
|
|
|
Renew now: http://{% current_domain %}{{ user.profile.autologin_url }}?next=chooser
|
|
|
|
Spend a few days trying out NewsBlur again. We hope you love it.{% endblock body %} |