summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/user_profile.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-11-15 12:18:16 +0100
committerAurélien Bompard <aurelien@bompard.org>2012-11-15 12:18:16 +0100
commitda573d9e2ff66d30d3a06c2641a828ae8b272e7d (patch)
tree36fe625b49dd7b20939c0ddefcfc39e18918f999 /hyperkitty/templates/user_profile.html
parentd263274071048fc0c0d18644ad8a5ac49bf14d7b (diff)
downloadhyperkitty-da573d9e2ff66d30d3a06c2641a828ae8b272e7d.tar.gz
hyperkitty-da573d9e2ff66d30d3a06c2641a828ae8b272e7d.tar.xz
hyperkitty-da573d9e2ff66d30d3a06c2641a828ae8b272e7d.zip
Move JS libs in the libs subdir
Diffstat (limited to 'hyperkitty/templates/user_profile.html')
-rw-r--r--hyperkitty/templates/user_profile.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/hyperkitty/templates/user_profile.html b/hyperkitty/templates/user_profile.html
index e7a3c19..11c8292 100644
--- a/hyperkitty/templates/user_profile.html
+++ b/hyperkitty/templates/user_profile.html
@@ -46,6 +46,8 @@
<a href="{% url message_index mlist_fqdn=vote.list_address, hashid=vote.messageid %}">Message is empty</a>
{% endif %}
</li>
+ {% empty %}
+ <p>No up vote yet.</p>
{% endfor %}
</ul>
@@ -59,6 +61,8 @@
<a href="{% url message_index mlist_fqdn=vote.list_address, hashid=vote.messageid %}">Message is empty</a>
{% endif %}
</li>
+ {% empty %}
+ <p>No down vote yet.</p>
{% endfor %}
</ul>