diff --git a/tildes/tildes/templates/topic_listing.jinja2 b/tildes/tildes/templates/topic_listing.jinja2 index 5d68ac1..3bc57b4 100644 --- a/tildes/tildes/templates/topic_listing.jinja2 +++ b/tildes/tildes/templates/topic_listing.jinja2 @@ -115,14 +115,18 @@ {% if not topics %}
-

No topics in the selected time period

- {% if is_single_group and request.has_permission('post_topic', group) %} -

Choose a longer time period, or break the silence by posting one yourself.

-
- Post a new topic -
+ {% if period %} +

No topics in the selected time period

+ {% if is_single_group and request.has_permission('post_topic', group) %} +

Try choosing a longer time period, or break the silence by posting one yourself.

+
+ Post a new topic +
+ {% else %} +

Try choosing a longer time period to find some.

+ {% endif %} {% else %} -

Choose a longer time period to find some.

+

No topics found

{% endif %}
{% endif %}