From 2acb62174ab2cac9c7a88faafcb5f0a22a54db6f Mon Sep 17 00:00:00 2001 From: Mike Chen Date: Sun, 5 Jul 2009 10:23:06 +0800 Subject: initiliaze git rep --- templates/question_retag.html | 109 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 templates/question_retag.html (limited to 'templates/question_retag.html') diff --git a/templates/question_retag.html b/templates/question_retag.html new file mode 100644 index 00000000..aebf93a5 --- /dev/null +++ b/templates/question_retag.html @@ -0,0 +1,109 @@ +{% extends "base.html" %} +{% block title %}{% spaceless %}修改问题标签{% endspaceless %}{% endblock %} +{% block forejs %} + + + + +{% endblock %} + +{% block content %} +
+ 修改标签 [返回] +
+
+
+
+

+ {{ question.get_question_title }} +

+
+ {{ question.html|safe }} +
+ + +
+ {{ form.tags.label_tag }}:
+ {{ form.tags }} {{ form.tags.errors }} +
+ {{ form.tags.help_text }} +
+
+
+ +
+ + +
+
+
+
+
+{% endblock %} + +{% block sidebar %} +
+

为什么我只能修改问题标签?

+ + faq » +
+
+ +{% endblock %} + +{% block endjs %} +{% endblock %} + -- cgit v1.2.3-1-g7c22