From 3df1136b0e8d51018eaeef1c4d1153f37ec38e4e Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Fri, 23 Dec 2011 20:40:59 -0500 Subject: [PATCH] Change up the terms on the map page. --- xonstat/templates/map_index.mako | 3 +++ xonstat/templates/search.mako | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/xonstat/templates/map_index.mako b/xonstat/templates/map_index.mako index f98e3d4..05a76d7 100755 --- a/xonstat/templates/map_index.mako +++ b/xonstat/templates/map_index.mako @@ -18,10 +18,13 @@ Map Index - ${parent.title()} + % for map in maps: + % endfor
NameAdded
${map.name} + ${map.create_dt.strftime('%m/%d/%Y at %H:%M')}
diff --git a/xonstat/templates/search.mako b/xonstat/templates/search.mako index edbf7d0..3015b0b 100755 --- a/xonstat/templates/search.mako +++ b/xonstat/templates/search.mako @@ -64,7 +64,7 @@ - + % for map in results: -- 2.39.2
MapCreatedAdded