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/month_view.html | |
| parent | 0a8afb682c861c81073bd99d2e8878992137ce56 (diff) | |
Normalize some variable names
Diffstat (limited to 'hyperkitty/templates/month_view.html')
| -rw-r--r-- | hyperkitty/templates/month_view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/month_view.html b/hyperkitty/templates/month_view.html index 526eb15..3484a2b 100644 --- a/hyperkitty/templates/month_view.html +++ b/hyperkitty/templates/month_view.html @@ -92,7 +92,7 @@ </li> </ul> <ul class="inline-block"> - {% include "messages/like_form.html" with hashid=thread.thread_id object=thread %} + {% include "messages/like_form.html" with message_id_hash=thread.starting_email.message_id_hash object=thread %} </ul> <a href="{% url thread threadid=thread.thread_id, mlist_fqdn=list_address %}" class="btn">Show discussion</a> |
