NewsBlur/templates/mail/email_new_account.txt

17 lines
No EOL
759 B
Text

{% extends "mail/email_base.txt" %}
{% load utils_tags %}
{% block body %}Welcome to NewsBlur, {{ user.username }}.
OK, firstly, thank you for trying out NewsBlur. I've worked hard to make a great app, so congratulations on discovering a handcrafted experience.
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 }}?next=friends
* Visit the popular blurblog, The People Have Spoken: http://popular.newsblur.com
* Upgrade to a premium account for only $24/year: http://{% current_domain %}{{ user.profile.autologin_url }}?next=chooser
Spend a few days trying out NewsBlur. I hope you love it.
- Sam Clay{% endblock body %}