@@ -103,7 +103,7 @@
'title': '<strong>{{ vote.date|reldate }}</strong>',
'content': '{% trans ip=vote.ip %}From {{ ip }}{% endtrans %}'
{% else %}
- 'content': '<strong>{{ vote.ip }}</strong>'
+ 'content': '<strong>{{ vote.data|reldate }}</strong>'
{% endif %}
});
{% endfor %}
@@ -88,7 +88,7 @@
+ 'content': '<strong>{{ vote.date|reldate }}</strong>'