diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2013-02-05 04:46:04 +0100 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2013-02-05 04:46:04 +0100 |
| commit | 6a5ffc2be512e507fac65ac9b4c5fa87b68a6c69 (patch) | |
| tree | f1212c6a47f23d02a497ffabc02913f9b25900ac /hyperkitty/templates/messages/like_form.html | |
| parent | 0a8afb682c861c81073bd99d2e8878992137ce56 (diff) | |
| download | hyperkitty-6a5ffc2be512e507fac65ac9b4c5fa87b68a6c69.tar.gz hyperkitty-6a5ffc2be512e507fac65ac9b4c5fa87b68a6c69.tar.xz hyperkitty-6a5ffc2be512e507fac65ac9b4c5fa87b68a6c69.zip | |
Normalize some variable names
Diffstat (limited to 'hyperkitty/templates/messages/like_form.html')
| -rw-r--r-- | hyperkitty/templates/messages/like_form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/messages/like_form.html b/hyperkitty/templates/messages/like_form.html index 3b99987..40b85c0 100644 --- a/hyperkitty/templates/messages/like_form.html +++ b/hyperkitty/templates/messages/like_form.html @@ -1,5 +1,5 @@ <form method="post" class="likeform" - action="{% url message_vote mlist_fqdn=list_address, hashid=hashid %}"> + action="{% url message_vote mlist_fqdn=list_address, message_id_hash=message_id_hash %}"> {% csrf_token %} <li class="likestatus {{ object.likestatus }}"> +<span class="likecount">{{ object.likes }}</span>/-<span class="dislikecount">{{ object.dislikes }}</span> |
