aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/apps/indicator/templates/simple.html
diff options
context:
space:
mode:
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>
-