From 2b9346a4046b37eaad5eda58357fd68a3259eb42 Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Thu, 11 Nov 2010 19:25:12 +0000 Subject: [PATCH] templates/browse.html: display date added --- pyi2phosts/templates/browse.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyi2phosts/templates/browse.html b/pyi2phosts/templates/browse.html index 0d3eb44..0c1727b 100644 --- a/pyi2phosts/templates/browse.html +++ b/pyi2phosts/templates/browse.html @@ -2,10 +2,10 @@ {% block content %} - + {% for host in host_list %} - + + {% endfor %}
HostLast seenDescription
HostLast seenDate addedDescription
{{ host.name }}{{ host.last_seen }} - {{ host.description }}
{{ host.name }}{{ host.last_seen }}{{ host.date_added }}{{ host.description }}