From df2292ee341c148a90788fac5598bd1d9ec30d63 Mon Sep 17 00:00:00 2001 From: czaks Date: Tue, 25 Mar 2014 12:09:12 +0100 Subject: [PATCH] add a javascript --- templates/mod/recent_posts.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/mod/recent_posts.html b/templates/mod/recent_posts.html index c106b4e8..4a2f9baa 100644 --- a/templates/mod/recent_posts.html +++ b/templates/mod/recent_posts.html @@ -1,5 +1,6 @@ + {% if posts|count %}

({% trans 'There are no active posts.' %})

{% else %} -{% endif %} \ No newline at end of file +{% endif %}