Removing extra html from text version of opml backup email.

This commit is contained in:
Samuel Clay 2016-04-19 12:32:21 -07:00
parent 432d40094e
commit f5131d76b6

View file

@ -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 %}