aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-22 23:47:42 +0200
committerGravatar Tom Willemse2013-05-22 23:47:42 +0200
commit268508e79ce399c5ccdd982d5912f5809673237d (patch)
tree5e8dbb8d7dd6673ecb5d2f6b054fcbf65f848798
parentd394b2c40ee94394679700e5ff2858e1c95c7262 (diff)
downloadryuslash.org-268508e79ce399c5ccdd982d5912f5809673237d.tar.gz
ryuslash.org-268508e79ce399c5ccdd982d5912f5809673237d.zip
Show message when no posts have been loaded
-rw-r--r--ryuslash/aggregator/templates/aggregator/posts.html2
1 files changed, 2 insertions, 0 deletions
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 @@
</tr>
</table>
<br />
+ {% empty %}
+ No posts yet...
{% endfor %}
<div class="pagination pagination-centered">