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/search.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/search.html')
-rw-r--r-- | hyperkitty/templates/search.html | 2 |
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> |