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