diff options
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> |
