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 %} - - + + - - - - - - -{% endblock %} - -{% block content %} -
- {% trans "Edit question" %} [{% trans "back" %}] -
-
-
-
-
- {% if revision_form.revision.errors %}{{ revision_form.revision.errors.as_ul }}{% endif %} -
- {{ revision_form.revision }} -

-
-
- {{ form.title }} {{ form.title.errors }} -
- {{ form.title.help_text }} -
-
-
-
- {{ form.text }} - -
- - - - - - -
- {% trans "toggle preview" %} - - {{ form.wiki }} {{ form.wiki.label_tag }} -
-
-
-
-
-
- {{ form.tags.label_tag }}:
- {{ form.tags }} {{ form.tags.errors }} -
- {{ form.tags.help_text }} -
-
-
- {{ form.summary.label_tag }}
- {{ form.summary }} {{ form.summary.errors }} -
- {{ form.summary.help_text }} -
-
- -
- - -
-
-
-
-
-{% endblock %} - -{% block sidebar %} -{% include "question_edit_tips.html" %} -{% endblock %} - -{% block endjs %} -{% 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/question_edit.html | 134 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 templates/question_edit.html (limited to 'templates/question_edit.html') diff --git a/templates/question_edit.html b/templates/question_edit.html new file mode 100644 index 00000000..6fe8bb41 --- /dev/null +++ b/templates/question_edit.html @@ -0,0 +1,134 @@ + +{% extends "base.html" %} +{% load i18n %} +{% block title %}{% spaceless %}{% trans "Edit question" %}{% endspaceless %}{% endblock %} +{% block forejs %} + + + + + + + +{% endblock %} + +{% block content %} +
+ {% trans "Edit question" %} [{% trans "back" %}] +
+
+
+
+
+ {% if revision_form.revision.errors %}{{ revision_form.revision.errors.as_ul }}{% endif %} +
+ {{ revision_form.revision }} +

+
+
+ {{ form.title }} {{ form.title.errors }} +
+ {{ form.title.help_text }} +
+
+
+
+ {{ form.text }} + +
+ + + + + + +
+ {% trans "toggle preview" %} + + {{ form.wiki }} {{ form.wiki.label_tag }} +
+
+
+
+
+
+ {{ form.tags.label_tag }}:
+ {{ form.tags }} {{ form.tags.errors }} +
+ {{ form.tags.help_text }} +
+
+
+ {{ form.summary.label_tag }}
+ {{ form.summary }} {{ form.summary.errors }} +
+ {{ form.summary.help_text }} +
+
+ +
+ + +
+
+
+
+
+{% endblock %} + +{% block sidebar %} +{% include "question_edit_tips.html" %} +{% endblock %} + +{% block endjs %} +{% 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/question_edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/question_edit.html') diff --git a/templates/question_edit.html b/templates/question_edit.html index 6fe8bb41..9ad60a88 100644 --- a/templates/question_edit.html +++ b/templates/question_edit.html @@ -1,5 +1,5 @@ - {% extends "base.html" %} + {% load i18n %} {% block title %}{% spaceless %}{% trans "Edit question" %}{% endspaceless %}{% endblock %} {% block forejs %} -- cgit v1.2.3-1-g7c22