Merge with master.
[redakcja.git] / apps / catalogue / templates / catalogue / wall.html
index 25550fe..d7f6c9e 100755 (executable)
@@ -7,7 +7,8 @@
     <li class="{{ item.tag }}{% if not item.user %} anonymous{% endif %}">
         <div class='gravatar'>
             {% if item.get_email %}
-                {% gravatar_img_for_email item.get_email 32 %}
+                <img src="{% gravatar_for_email item.get_email 32 %}"
+                    height="32" width="32" alt='Avatar' />
                 <br/>
             {% endif %}
         </div>