NewsBlur/templates/mail/email_import_reader_finished.xhtml

16 lines
431 B
HTML
Raw Normal View History

{% extends "mail/email_base.xhtml" %}
{% load utils_tags %}
{% block body %}
<p style="margin-top: 12px;">
Good news! NewsBlur has finished importing your sites from Google Reader.
You are now subscribed to <b>{{ feed_count }}</b> site{{ feed_count|pluralize }}.
</p>
<p>
2019-07-28 16:33:12 -07:00
Head over to <a href="https://{% current_domain %}">NewsBlur</a> and get reading.
</p>
{% endblock %}