From 068bb7dc78d0b3565c100b61acc859ede0adc0d4 Mon Sep 17 00:00:00 2001 From: Mike Chen Date: Wed, 29 Jul 2009 00:00:52 +0800 Subject: merge Evgeny's English and Botum's Spanish translations --- templates/unanswered.html | 55 ++++++++++++++++++++++++++--------------------- 1 file changed, 30 insertions(+), 25 deletions(-) (limited to 'templates/unanswered.html') diff --git a/templates/unanswered.html b/templates/unanswered.html index 4012921a..926f2ffd 100644 --- a/templates/unanswered.html +++ b/templates/unanswered.html @@ -1,8 +1,10 @@ + {% extends "base.html" %} {% load extra_tags %} +{% load i18n %} {% load humanize %} {% load extra_filters %} -{% block title %}{% spaceless %}没有回答的问题{% endspaceless %}{% endblock %} +{% block title %}{% spaceless %}{% trans "Unanswered questions" %}{% endspaceless %}{% endblock %} {% block forejs %}