NewsBlur/templates/mail/email_new_user_queue.txt
2019-07-28 16:33:12 -07:00

14 lines
No EOL
443 B
Text

{% extends "mail/email_base.txt" %}
{% load utils_tags %}
{% block body %}Your free account is ready, {{ user.username }}.
Thanks again for trying out NewsBlur! Your account is ready to go. Just log right in and start reading.
https://{% current_domain %}{{ user.profile.autologin_url }}
I made NewsBlur because I wanted a better way to read the news and talk about it with people. I hope you love it, too.
- Sam Clay
{% endblock body %}