summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-07-12 09:33:32 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-07-12 09:33:32 +0200
commit65146a1229604b059e1d637761e9096068a05ab3 (patch)
tree6e8116eddc68430e1edf4090c62de1e441b89be1 /hyperkitty/templates
parenta421b63e60f766f65df4e33dd67ad404dc6a07d3 (diff)
downloadhyperkitty-65146a1229604b059e1d637761e9096068a05ab3.tar.gz
hyperkitty-65146a1229604b059e1d637761e9096068a05ab3.tar.xz
hyperkitty-65146a1229604b059e1d637761e9096068a05ab3.zip
Don't display threads without votes in the popular threads
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r--hyperkitty/templates/recent_activities.html2
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>