diff options
| author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-05-15 19:55:21 +0200 |
|---|---|---|
| committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-05-15 19:55:21 +0200 |
| commit | a20e642b4a821276245c6fdc9c758f59f6ccbd5d (patch) | |
| tree | 7381b3b29f2133d7276ca589d4a2b0a92776730a /templates/message.html | |
| parent | 28b23b10c5193770e7b5f53ff82576d76b003c3a (diff) | |
Start re-working the templates to adjust them to the new data structure
Diffstat (limited to 'templates/message.html')
| -rw-r--r-- | templates/message.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/message.html b/templates/message.html index 73e1569..2d4d23f 100644 --- a/templates/message.html +++ b/templates/message.html @@ -18,7 +18,7 @@ <!-- Start first email --> <div class="first_email"> <div class="email_header"> - {% gravatar_img_for_email message.Email 40 %} + {% gravatar_img_for_email message.email 40 %} <div class="email_author inline-block"> <span class="name">{{message.sender}}</span> <br /> |
