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/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 %} - - + +