[extensions-web] comments: Fix avatar



commit a2f7b05854fd16fbcbb1db08e3882d3320a3e1d1
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Dec 2 09:30:39 2011 -0500

    comments: Fix avatar

 .../extensions/templates/extensions/comments.html  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/extensions/templates/extensions/comments.html b/sweettooth/extensions/templates/extensions/comments.html
index 3612e8e..119e039 100644
--- a/sweettooth/extensions/templates/extensions/comments.html
+++ b/sweettooth/extensions/templates/extensions/comments.html
@@ -6,7 +6,7 @@
   {% get_comment_list for extension as comments %}
   {% for comment in comments %}
   <div class="comment">
-    <img src="{% gravatar_url comment.user_email %}" class="gravatar">
+    <img src="{% gravatar_url comment.email %}" class="gravatar">
     <div class="rating-author">
       <div class="rating">
         {% rating comment.rating 5 %}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]