summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/search.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-02-05 04:46:04 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-02-05 04:46:04 +0100
commit6a5ffc2be512e507fac65ac9b4c5fa87b68a6c69 (patch)
treef1212c6a47f23d02a497ffabc02913f9b25900ac /hyperkitty/templates/search.html
parent0a8afb682c861c81073bd99d2e8878992137ce56 (diff)
downloadhyperkitty-6a5ffc2be512e507fac65ac9b4c5fa87b68a6c69.tar.gz
hyperkitty-6a5ffc2be512e507fac65ac9b4c5fa87b68a6c69.tar.xz
hyperkitty-6a5ffc2be512e507fac65ac9b4c5fa87b68a6c69.zip
Normalize some variable names
Diffstat (limited to 'hyperkitty/templates/search.html')
-rw-r--r--hyperkitty/templates/search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/search.html b/hyperkitty/templates/search.html
index da464b2..facc733 100644
--- a/hyperkitty/templates/search.html
+++ b/hyperkitty/templates/search.html
@@ -68,7 +68,7 @@
</li>
</ul>
<ul class="inline-block">
- {% include "messages/like_form.html" with hashid=email.message_id_hash object=email %}
+ {% include "messages/like_form.html" with message_id_hash=email.message_id_hash object=email %}
</ul>
</div>
</div>