From 9ddc17616f4dc9955533623e01f0635581adee40 Mon Sep 17 00:00:00 2001 From: Mike Chen Date: Wed, 15 Jul 2009 21:55:03 +0800 Subject: translate questions page --- templates/questions.html | 46 +++++++++++++++------------------------------- 1 file changed, 15 insertions(+), 31 deletions(-) (limited to 'templates/questions.html') diff --git a/templates/questions.html b/templates/questions.html index 6663dbf2..bfc1177c 100644 --- a/templates/questions.html +++ b/templates/questions.html @@ -1,8 +1,9 @@ {% extends "base.html" %} +{% load i18n %} {% load extra_tags %} {% load humanize %} {% load extra_filters %} -{% block title %}{% spaceless %}问题列表{% endspaceless %}{% endblock %} +{% block title %}{% spaceless %}{% trans "Question list" %}{% endspaceless %}{% endblock %} {% block forejs %}