aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/apps/indicator/templates/show_category.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/show_category.html
parentbb095adf76bddc2f6c5925bcdebb52bff75e6578 (diff)
download97dev-8a7b2f6ff9e2760c872625fcd906afcbdf75c2e4.tar.bz2
updated git index (previously deleted files)
Diffstat (limited to '97suifangqa/apps/indicator/templates/show_category.html')
-rw-r--r--97suifangqa/apps/indicator/templates/show_category.html32
1 files changed, 0 insertions, 32 deletions
diff --git a/97suifangqa/apps/indicator/templates/show_category.html b/97suifangqa/apps/indicator/templates/show_category.html
deleted file mode 100644
index 1448bb3..0000000
--- a/97suifangqa/apps/indicator/templates/show_category.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<html>
-<head>
- <title>IndicatorCategory Details (id={{ object.id }})</title>
-</head>
-
-<body>
- <h1>IndicatorCategory Details (id={{ object.id }})</h1>
-
- <table>
- <tr>
- <td>name:</td>
- <td>{{ object.name }}</td>
- </tr>
- <tr>
- <td>pinyin:</td>
- <td>{{ object.pinyin }}</td>
- </tr>
- <tr>
- <td>englishName:</td>
- <td>{{ object.englishName }}</td>
- </tr>
- <tr>
- <td>description:</td>
- <td>{{ object.description }}</td>
- </tr>
- <tr>
- <td>addByUser_username:</td>
- <td>{{ object.addByUser.username }}</td>
- </tr>
- </table>
-</body>
-</html>