aboutsummaryrefslogtreecommitdiff
path: root/pyAggr3g470r.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-12-07 12:20:19 +0100
committercedricbonhomme <devnull@localhost>2010-12-07 12:20:19 +0100
commit09debc7db6747e66c0154a4d41bcc26f0d3803de (patch)
treeab8b3130ee93d4d7c1e153583ce91af60c53a385 /pyAggr3g470r.py
parentRemoved unused images. (diff)
downloadnewspipe-09debc7db6747e66c0154a4d41bcc26f0d3803de.tar.gz
newspipe-09debc7db6747e66c0154a4d41bcc26f0d3803de.tar.bz2
newspipe-09debc7db6747e66c0154a4d41bcc26f0d3803de.zip
Added 'Why not check for news?' when all articles are readed.
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-xpyAggr3g470r.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py
index 0c07d971..8ea569d7 100755
--- a/pyAggr3g470r.py
+++ b/pyAggr3g470r.py
@@ -660,7 +660,7 @@ class Root:
html += """<hr />\n<a href="/mark_as_read/Feed:%s">Mark all as read</a>""" % (feed.feed_id,)
else:
- html += "<h1>No unread article(s)</h1>"
+ html += '<h1>No unread article(s)</h1>\n<br />\n<a href="/fetch/">Why not check for news?</a>'
html += """\n<h4><a href="/">All feeds</a></h4>"""
html += "<hr />\n"
html += htmlfooter
bgstack15