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/question_edit.html | 85 +++++++++----------------------------------- 1 file changed, 17 insertions(+), 68 deletions(-) (limited to 'templates/question_edit.html') diff --git a/templates/question_edit.html b/templates/question_edit.html index 2cec358f..6fe8bb41 100644 --- a/templates/question_edit.html +++ b/templates/question_edit.html @@ -1,14 +1,16 @@ + {% extends "base.html" %} -{% block title %}{% spaceless %}修改问题{% endspaceless %}{% endblock %} +{% load i18n %} +{% block title %}{% spaceless %}{% trans "Edit question" %}{% endspaceless %}{% endblock %} {% block forejs %} - - + +