diff options
| author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-04-23 18:37:55 +0200 |
|---|---|---|
| committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-04-23 18:37:55 +0200 |
| commit | 17e7a8babf93feb65327db8898b2494c6b490d08 (patch) | |
| tree | 21979e91fca6951684a7ee53115b1e5ae21ad69c /templates/message.html | |
| parent | 44a94a8301ad5c77d89f9521da7016bb58aee488 (diff) | |
| download | hyperkitty-17e7a8babf93feb65327db8898b2494c6b490d08.tar.gz hyperkitty-17e7a8babf93feb65327db8898b2494c6b490d08.tar.xz hyperkitty-17e7a8babf93feb65327db8898b2494c6b490d08.zip | |
Add integration with gravatar in the template and adjust documentation
Diffstat (limited to 'templates/message.html')
| -rw-r--r-- | templates/message.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/message.html b/templates/message.html index 813886e..5e41326 100644 --- a/templates/message.html +++ b/templates/message.html @@ -1,4 +1,5 @@ {% extends "base_message.html" %} +{% load gravatar %} {% block title %}{{ app_name }}{% endblock %} @@ -17,7 +18,7 @@ <!-- Start first email --> <div class="first_email"> <div class="email_header"> - <img src="http://planet.fedoraproject.org/images/heads/default.png" alt="avatar" /> + {% gravatar_img_for_email message.Email 40 %} <div class="email_author inline-block"> <span class="name">{{message.From}}</span> <br /> |
