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 }}