summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/search.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-08-30 17:58:36 +0200
committerAurélien Bompard <aurelien@bompard.org>2012-08-30 17:58:36 +0200
commitec7da1aac20a01838d30e02d550c13b22414be73 (patch)
tree8ad108ca47f38e40348941e4c76269f621292e36 /hyperkitty/templates/search.html
parentfe5985866065e2b77ef2c6b69e85b60153e89104 (diff)
downloadhyperkitty-ec7da1aac20a01838d30e02d550c13b22414be73.tar.gz
hyperkitty-ec7da1aac20a01838d30e02d550c13b22414be73.tar.xz
hyperkitty-ec7da1aac20a01838d30e02d550c13b22414be73.zip
Adapt to the new Storm-based KittyStore
Diffstat (limited to 'hyperkitty/templates/search.html')
-rw-r--r--hyperkitty/templates/search.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/hyperkitty/templates/search.html b/hyperkitty/templates/search.html
index a11e87d..1727a79 100644
--- a/hyperkitty/templates/search.html
+++ b/hyperkitty/templates/search.html
@@ -28,11 +28,11 @@
</div>
{% endif %}
<div class="inline-block gravatar">
- {% if email.email %}
- {% gravatar_img_for_email email.email 40 %}
+ {% if email.sender_email %}
+ {% gravatar_img_for_email email.sender_email 40 %}
<br />
{% endif %}
- {{email.sender}}
+ {{email.sender_name}}
</div>
<div class="inline-block thread_email">
<span class="expander"> {{email.content}} </span>