mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
8 lines
No EOL
386 B
Text
8 lines
No EOL
386 B
Text
{% extends "mail/email_base.txt" %}
|
|
|
|
{% load utils_tags %}
|
|
|
|
{% block body %}{% if reason %}{{ reason }}{% else %}Here's a backup of all of your subscriptions on NewsBlur.{% endif %} It contains {{ feed_count }} site{{ feed_count|pluralize }}.
|
|
|
|
You can re-upload the attached file to NewsBlur and get all of your sites back.
|
|
Just go to Manage > Import > Upload OPML.{% endblock body %} |