mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
14 lines
No EOL
443 B
Text
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 %} |