diff --git a/templates/mod/recent_posts.html b/templates/mod/recent_posts.html index 2a166723..e5a95ece 100644 --- a/templates/mod/recent_posts.html +++ b/templates/mod/recent_posts.html @@ -1,5 +1,5 @@ -{% if posts|default([])|length %} +{% if not posts %}

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

{% else %}

Viewing last {{ limit|e }} posts