From 8a7b2f6ff9e2760c872625fcd906afcbdf75c2e4 Mon Sep 17 00:00:00 2001 From: Alvin Li Date: Wed, 14 Aug 2013 00:12:51 +0800 Subject: updated git index (previously deleted files) --- .../apps/indicator/templates/show_indicator.html | 48 ---------------------- 1 file changed, 48 deletions(-) delete mode 100644 97suifangqa/apps/indicator/templates/show_indicator.html (limited to '97suifangqa/apps/indicator/templates/show_indicator.html') diff --git a/97suifangqa/apps/indicator/templates/show_indicator.html b/97suifangqa/apps/indicator/templates/show_indicator.html deleted file mode 100644 index 0ecd027..0000000 --- a/97suifangqa/apps/indicator/templates/show_indicator.html +++ /dev/null @@ -1,48 +0,0 @@ - - - Indicator Details (id={{ object.id }}) - - - -

Indicator Details (id={{ object.id }})

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
name:{{ object.name }}
pinyin:{{ object.pinyin }}
englishName:{{ object.englishName }}
description:{{ object.description }}
helpText:{{ object.helpText }}
addByUser_username:{{ object.addByUser.username }}
categories_name: - {% for c in object.categories.all %} - {{ c.name }}; - {% endfor %} -
dataType:{{ object.dataType }}
- - -- cgit v1.2.2