diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2012-11-15 12:18:16 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2012-11-15 12:18:16 +0100 |
commit | da573d9e2ff66d30d3a06c2641a828ae8b272e7d (patch) | |
tree | 36fe625b49dd7b20939c0ddefcfc39e18918f999 /hyperkitty/templates/user_profile.html | |
parent | d263274071048fc0c0d18644ad8a5ac49bf14d7b (diff) | |
download | hyperkitty-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.html | 4 |
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> |