From 268508e79ce399c5ccdd982d5912f5809673237d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 22 May 2013 23:47:42 +0200 Subject: Show message when no posts have been loaded --- ryuslash/aggregator/templates/aggregator/posts.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ryuslash/aggregator/templates/aggregator/posts.html b/ryuslash/aggregator/templates/aggregator/posts.html index 3b84c0d..851a95e 100644 --- a/ryuslash/aggregator/templates/aggregator/posts.html +++ b/ryuslash/aggregator/templates/aggregator/posts.html @@ -36,6 +36,8 @@
+ {% empty %} + No posts yet... {% endfor %}