From bb801f2bbd9f26bebca846b71e8947a1951f86a5 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:11:34 -0400 Subject: english translation --- templates/user_responses.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'templates/user_responses.html') diff --git a/templates/user_responses.html b/templates/user_responses.html index 0ada494c..45aab21b 100644 --- a/templates/user_responses.html +++ b/templates/user_responses.html @@ -1,3 +1,4 @@ + {% extends "user.html" %} {% load extra_tags %} {% load humanize %} @@ -9,7 +10,7 @@
{% diff_date response.time 3 %}
{{ response.username }}
- {{ response.type }}: + {{ response.type }}{{ response.title }}
{{ response.content|safe }}
@@ -18,4 +19,5 @@
{% endfor %} -{% endblock %} \ No newline at end of file +{% endblock %} + -- cgit v1.2.3-1-g7c22