diff options
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r-- | hyperkitty/templates/recent_activities.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hyperkitty/templates/recent_activities.html b/hyperkitty/templates/recent_activities.html index 0ba7510..3a475e4 100644 --- a/hyperkitty/templates/recent_activities.html +++ b/hyperkitty/templates/recent_activities.html @@ -79,6 +79,8 @@ <h3>Most popular discussions</h3> {% for thread in pop_threads %} {% include "threads/summary_thread.html" with counter=forloop.counter %} + {% empty %} + <p>No votes this month (yet).</p> {% endfor %} </section> </div> |