mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-11-01 09:09:51 +00:00
Removing extra html from text version of opml backup email.
This commit is contained in:
parent
432d40094e
commit
f5131d76b6
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{% load utils_tags %}
|
||||
|
||||
{% block body %}{% if reason %}{{ reason }}{% else %}Here's a backup of your sites on NewsBlur.{% endif %} It contains <b>{{ feed_count }}</b> site{{ feed_count|pluralize }}.
|
||||
{% block body %}{% if reason %}{{ reason }}{% else %}Here's a backup of your sites 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 %}
|
||||
Loading…
Add table
Reference in a new issue