mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
15 lines
414 B
HTML
15 lines
414 B
HTML
{% extends "mail/email_base.xhtml" %}
|
|
|
|
{% load utils_tags %}
|
|
|
|
{% block body %}
|
|
|
|
<p style="margin-top: 12px;">
|
|
Good news! NewsBlur has finished importing your OPML file. You are now
|
|
subscribed to <b>{{ feed_count }}</b> site{{ feed_count|pluralize }}.
|
|
</p>
|
|
|
|
<p>
|
|
Head over to <a href="http://{% current_domain %}">NewsBlur</a> and get reading.
|
|
</p>
|
|
{% endblock %}
|