diff options
author | Alvin Li <liweitianux@gmail.com> | 2013-08-14 00:12:51 +0800 |
---|---|---|
committer | Alvin Li <liweitianux@gmail.com> | 2013-08-14 00:12:51 +0800 |
commit | 8a7b2f6ff9e2760c872625fcd906afcbdf75c2e4 (patch) | |
tree | afb210b9dc371cd18ab722f77500d9f776055cc3 /97suifangqa/apps/indicator/templates/simple.html | |
parent | bb095adf76bddc2f6c5925bcdebb52bff75e6578 (diff) | |
download | 97dev-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.html | 23 |
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> - |