From 2498e09f226a8fe936e9e5c2a0e788fee3541b4b Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 7 Jul 2015 20:16:39 +0000 Subject: Also added index column to collections --- wqflask/wqflask/templates/collections/list.html | 2 ++ wqflask/wqflask/templates/collections/view.html | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/wqflask/wqflask/templates/collections/list.html b/wqflask/wqflask/templates/collections/list.html index 354723d0..f14c0921 100755 --- a/wqflask/wqflask/templates/collections/list.html +++ b/wqflask/wqflask/templates/collections/list.html @@ -15,6 +15,7 @@ + @@ -25,6 +26,7 @@ {% for uc in user_collections %} + diff --git a/wqflask/wqflask/templates/collections/view.html b/wqflask/wqflask/templates/collections/view.html index e41ade7c..053861ae 100755 --- a/wqflask/wqflask/templates/collections/view.html +++ b/wqflask/wqflask/templates/collections/view.html @@ -67,7 +67,7 @@
Index Name Created Last Changed
{{ loop.index }} {{ uc.name }} {{ timeago(uc.created_timestamp.isoformat() + "Z") }} {{ timeago(uc.changed_timestamp.isoformat() + "Z") }}
- + @@ -81,7 +81,7 @@ {% for this_trait in trait_obs %} - -- cgit v1.2.3
Index Record Description Location
+ {{ loop.index }}