aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/apps/indicator/templates/show_category.html
diff options
context:
space:
mode:
authorAlvin Li <liweitianux@gmail.com>2013-08-13 14:13:24 +0800
committerAlvin Li <liweitianux@gmail.com>2013-08-13 14:13:24 +0800
commit9636d4a6767f49384d5c386bc3f1142c88b90613 (patch)
tree3a70f6d9e4be1791d36c87cc7cbfd1d5aa2b39dd /97suifangqa/apps/indicator/templates/show_category.html
parent9383d9a8a5988d071766c3d08a5c946e9c5b02ae (diff)
download97dev-9636d4a6767f49384d5c386bc3f1142c88b90613.tar.bz2
cloned from 'bitbucket', 2013/08/13
Diffstat (limited to '97suifangqa/apps/indicator/templates/show_category.html')
-rw-r--r--97suifangqa/apps/indicator/templates/show_category.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/97suifangqa/apps/indicator/templates/show_category.html b/97suifangqa/apps/indicator/templates/show_category.html
new file mode 100644
index 0000000..1448bb3
--- /dev/null
+++ b/97suifangqa/apps/indicator/templates/show_category.html
@@ -0,0 +1,32 @@
+<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>