aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-03-27 18:49:10 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-03-27 18:49:10 +0100
commit74c343c6407ac7b3319d902a96ba961eab6b7bd9 (patch)
treeb7519f0d30bd3e9d3a463971d3279df577c8f9a4 /source
parentTHe /management page points now to the /subsciptions page. (diff)
downloadnewspipe-74c343c6407ac7b3319d902a96ba961eab6b7bd9.tar.gz
newspipe-74c343c6407ac7b3319d902a96ba961eab6b7bd9.tar.bz2
newspipe-74c343c6407ac7b3319d902a96ba961eab6b7bd9.zip
Chech if there is any subscription.
Diffstat (limited to 'source')
-rw-r--r--source/static/templates/subscriptions.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/static/templates/subscriptions.html b/source/static/templates/subscriptions.html
index 81196075..8cee08ab 100644
--- a/source/static/templates/subscriptions.html
+++ b/source/static/templates/subscriptions.html
@@ -8,4 +8,6 @@
<li><a href="/feed/${feed['feed_id']}">${feed['feed_title']}</a></li>
%endfor
</ul>
- %endif
+ %else:
+ <p>No subscriptions.</p>
+ %endif \ No newline at end of file
bgstack15