mirror of
https://github.com/viq/NewsBlur.git
synced 2025-11-01 09:09:16 +00:00
7 lines
No EOL
412 B
Text
7 lines
No EOL
412 B
Text
{% extends "mail/email_base.txt" %}
|
|
|
|
{% load utils_tags %}
|
|
|
|
{% block body %}Good news! NewsBlur has finished importing your starred stories from Google Reader. You are now subscribed to <b>{{ feed_count }}</b> site{{ feed_count|pluralize }} and have <b>{{ starred_count }}</b> saved stor{{ starred_count|pluralize:"y,ies" }}.
|
|
|
|
Head over to NewsBlur and get reading: http://{% current_domain %}{% endblock body %} |