NewsBlur/templates/mail/email_opml_export.xhtml
2019-07-28 16:33:12 -07:00

20 lines
688 B
HTML

{% extends "mail/email_base.xhtml" %}
{% load utils_tags %}
{% block body %}
<h2 style="color: #282F33; font-size: 18px; font-weight: bold;">
{% if reason %}{{ reason }}{% else %}Here's a backup of all of your subscriptions on NewsBlur.{% endif %} It contains <b style="#484F53">{{ feed_count }}</b>
site{{ feed_count|pluralize }}.
</h2>
<p style="line-height: 20px;">
You can re-upload the attached file to NewsBlur and immediately get any deleted sites back.
</p>
<p style="line-height: 20px;">
Just go to <a href="https://{% current_domain %}/?next=opml">Manage > Import > Upload OPML</a>.
</p>
{% endblock %}