mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-22 12:34:17 +00:00
templates/browse.html: provide urls with i2padresshelper
This commit is contained in:
parent
6321482047
commit
4d2d4ed29a
@ -4,7 +4,7 @@
|
||||
<table>
|
||||
<tr><td>Host</td><td>Last seen</td><td>Date added</td><td>Description</td></tr>
|
||||
{% for host in host_list %}
|
||||
<tr><td><a href="http://{{ host.name }}">{{ host.name }}</a></td><td>{{ host.last_seen }}</td>
|
||||
<tr><td><a href="http://{{ host.name }}/?i2paddresshelper={{host.b64hash}}">{{ host.name }}</a></td><td>{{ host.last_seen }}</td>
|
||||
<td>{{ host.date_added }}</td><td>{{ host.description }}</td></tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
Loading…
x
Reference in New Issue
Block a user