From d3f063a89aef189a177971216e422d845ab20e68 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 14 Nov 2016 07:43:58 +0100 Subject: The user should mark a feed as private when there is a private token in the link of the feed. --- src/web/templates/edit_feed.html | 1 + 1 file changed, 1 insertion(+) (limited to 'src/web/templates') diff --git a/src/web/templates/edit_feed.html b/src/web/templates/edit_feed.html index fd2427c1..9c773204 100644 --- a/src/web/templates/edit_feed.html +++ b/src/web/templates/edit_feed.html @@ -53,6 +53,7 @@ {{ form.private(class_="checkbox", style="margin-left: 0px;") }} {{ _("If checked, articles of this feed won't be available to others and the feed won't be listed on your profile page.", url=url_for('user.profile_public', nickname=current_user.nickname) ) }} + {{ _("Check this box if there is a private token in the link of the feed.") }} -- cgit