diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-11-14 07:43:58 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-11-14 07:43:58 +0100 |
commit | d3f063a89aef189a177971216e422d845ab20e68 (patch) | |
tree | fbbabcb8c40957202dfcc48738a07abe6d7b22de /src/web/templates | |
parent | Better checks for the public pages. (diff) | |
download | newspipe-d3f063a89aef189a177971216e422d845ab20e68.tar.gz newspipe-d3f063a89aef189a177971216e422d845ab20e68.tar.bz2 newspipe-d3f063a89aef189a177971216e422d845ab20e68.zip |
The user should mark a feed as private when there is a private token in the link of the feed.
Diffstat (limited to 'src/web/templates')
-rw-r--r-- | src/web/templates/edit_feed.html | 1 |
1 files changed, 1 insertions, 0 deletions
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;") }} </div> <span class="text-muted">{{ _("If checked, articles of this feed won't be available to others and the feed won't be listed on <a href='%(url)s'>your profile page</a>.", url=url_for('user.profile_public', nickname=current_user.nickname) ) }}</span> + <span class="text-muted">{{ _("Check this box if there is a private token in the link of the feed.") }}</span> </div> </div> |