NewsBlur/templates/mail/email_new_user_queue.txt

14 lines
443 B
Text
Raw Normal View History

{% 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.
2019-07-28 16:33:12 -07:00
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 %}