From 74c343c6407ac7b3319d902a96ba961eab6b7bd9 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 27 Mar 2013 18:49:10 +0100 Subject: Chech if there is any subscription. --- source/static/templates/subscriptions.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/static/templates') 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 @@
  • ${feed['feed_title']}
  • %endfor - %endif + %else: +

    No subscriptions.

    + %endif \ No newline at end of file -- cgit