From b6aa7c847234ed985ec693c53633a7f0f3e2cd9c Mon Sep 17 00:00:00 2001 From: Mike Chen Date: Wed, 29 Jul 2009 00:01:16 +0800 Subject: merge Evgeny's English and Botum's Spanish translations --- templates/user_votes.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'templates/user_votes.html') diff --git a/templates/user_votes.html b/templates/user_votes.html index d50a3308..ec967704 100644 --- a/templates/user_votes.html +++ b/templates/user_votes.html @@ -1,6 +1,8 @@ + {% extends "user.html" %} {% load extra_tags %} {% load humanize %} +{% load i18n %} {% block usercontent %}
@@ -9,9 +11,9 @@
{% diff_date vote.voted_at 3 %}
{% ifequal vote.vote 1 %} - + {% else %} - + {% endifequal %}
@@ -25,4 +27,5 @@
{% endfor %}
-{% endblock %} \ No newline at end of file +{% endblock %} + -- cgit v1.2.3-1-g7c22