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/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..04a22f18 --- /dev/null +++ b/templates/close.html @@ -0,0 +1,36 @@ +{% extends "base_content.html" %} +{% load extra_tags %} +{% load humanize %} +{% block title %}{% spaceless %}关闭问题{% endspaceless %}{% endblock %} +{% block forejs %} + +{% endblock %} +{% block content %} +
+ 关闭问题 +
+
+

由于以下原因,你要关闭这个问题: + {{ question.get_question_title }} +

+ +
+

+ 原因: {{ form.reason }} +

+
+ + + +
+ +
+
+{% endblock %} + + + -- cgit v1.2.3-1-g7c22