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/book.html | 52 +++++++++++++++++++++++++++------------------------- 1 file changed, 27 insertions(+), 25 deletions(-) (limited to 'templates/book.html') diff --git a/templates/book.html b/templates/book.html index e5d4396b..a58a09f2 100644 --- a/templates/book.html +++ b/templates/book.html @@ -1,8 +1,10 @@ + {% extends "base_content.html" %} +{% load i18n %} {% load extra_tags %} {% load extra_filters %} {% load humanize %} -{% block title %}{% spaceless %}{{ book.title }}-读书频道{% endspaceless %}{% endblock %} +{% block title %}{% spaceless %}{{ book.title }}-{% trans "reading channel" %}{% endspaceless %}{% endblock %} {% block forejs %}