aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/apps/indicator/templates/simple.html
diff options
context:
space:
mode:
authorAlvin Li <liweitianux@gmail.com>2013-08-14 00:12:51 +0800
committerAlvin Li <liweitianux@gmail.com>2013-08-14 00:12:51 +0800
commit8a7b2f6ff9e2760c872625fcd906afcbdf75c2e4 (patch)
treeafb210b9dc371cd18ab722f77500d9f776055cc3 /97suifangqa/apps/indicator/templates/simple.html
parentbb095adf76bddc2f6c5925bcdebb52bff75e6578 (diff)
download97dev-8a7b2f6ff9e2760c872625fcd906afcbdf75c2e4.tar.bz2
updated git index (previously deleted files)
Diffstat (limited to '97suifangqa/apps/indicator/templates/simple.html')
-rw-r--r--97suifangqa/apps/indicator/templates/simple.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/97suifangqa/apps/indicator/templates/simple.html b/97suifangqa/apps/indicator/templates/simple.html
deleted file mode 100644
index 7775ab7..0000000
--- a/97suifangqa/apps/indicator/templates/simple.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-<head>
- <title>{{ action }} {{ object }}</title>
-</head>
-
-<body>
- <h1>{{ action }} {{ object }}</h1>
-
- {% if form.errors %}
- <p style="color: red;">
- Please correct the error{{ form.errors|pluralize }} below.
- </p>
- {% endif %}
-
- <form action="" method="post">{% csrf_token %}
- <table>
- {{ form.as_table }}
- </table>
- <input type="submit" value="Submit" />
- </form>
-</body>
-</html>
-