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_record.html | 52 ---------------------- 1 file changed, 52 deletions(-) delete mode 100644 97suifangqa/apps/indicator/templates/show_record.html (limited to '97suifangqa/apps/indicator/templates/show_record.html') diff --git a/97suifangqa/apps/indicator/templates/show_record.html b/97suifangqa/apps/indicator/templates/show_record.html deleted file mode 100644 index 49c7918..0000000 --- a/97suifangqa/apps/indicator/templates/show_record.html +++ /dev/null @@ -1,52 +0,0 @@ - - - IndicatorRecord Details (id={{ object.id }}) - - - -

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

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
indicator_name:{{ object.indicator.name }}
user_username:{{ object.user.username }}
created_at:{{ object.created_at }}
updated_at:{{ object.updated_at }}
date:{{ object.date }}
unit_name:{{ object.unit.name }}
value:{{ object.value }}
val_max:{{ object.val_max }}
val_min:{{ object.val_min }}
notes:{{ object.notes }}
- - -- cgit v1.2.2