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/close.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'templates/close.html') diff --git a/templates/close.html b/templates/close.html index 04a22f18..32df3e82 100644 --- a/templates/close.html +++ b/templates/close.html @@ -1,7 +1,9 @@ + {% extends "base_content.html" %} +{% load i18n %} {% load extra_tags %} {% load humanize %} -{% block title %}{% spaceless %}关闭问题{% endspaceless %}{% endblock %} +{% block title %}{% spaceless %}{% trans "Close question" %}{% endspaceless %}{% endblock %} {% block forejs %} -{% endblock %} -{% block content %} -
- {% trans "Close question" %} -
-
-

{% trans "Close the question" %}: - {{ question.get_question_title }} -

- -
-

- {% trans "Reasons" %}: {{ form.reason }} -

-
- - - -
- -
-
-{% endblock %} - -- cgit v1.2.3-1-g7c22 From 35b666224a05fbd249b1c51a0a48fb95b246fe9a Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:15:28 -0400 Subject: adding all files again --- templates/close.html | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 templates/close.html (limited to 'templates/close.html') diff --git a/templates/close.html b/templates/close.html new file mode 100644 index 00000000..32df3e82 --- /dev/null +++ b/templates/close.html @@ -0,0 +1,36 @@ + +{% extends "base_content.html" %} +{% load i18n %} +{% load extra_tags %} +{% load humanize %} +{% block title %}{% spaceless %}{% trans "Close question" %}{% endspaceless %}{% endblock %} +{% block forejs %} + +{% endblock %} +{% block content %} +
+ {% trans "Close question" %} +
+
+

{% trans "Close the question" %}: + {{ question.get_question_title }} +

+ +
+

+ {% trans "Reasons" %}: {{ form.reason }} +

+
+ + + +
+ +
+
+{% endblock %} + -- cgit v1.2.3-1-g7c22 From ef8f66ba6c7a22c277c6315df8040365b5684e6c Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 5 Aug 2009 22:50:08 -0400 Subject: added anonymous posting, per-question subscription and fixes by Pothers and some more, see development.log --- templates/close.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/close.html') diff --git a/templates/close.html b/templates/close.html index 32df3e82..d9e73507 100644 --- a/templates/close.html +++ b/templates/close.html @@ -1,5 +1,5 @@ - {% extends "base_content.html" %} + {% load i18n %} {% load extra_tags %} {% load humanize %} -- cgit v1.2.3-1-g7c22