mirror of https://github.com/CIRCL/lookyloo
fix: missing endlist on template
parent
87c6925c7b
commit
bf94dd6578
|
@ -33,6 +33,8 @@
|
||||||
{% for url, permaurl in phishtank['urls'].items() %}
|
{% for url, permaurl in phishtank['urls'].items() %}
|
||||||
<li>{{ shorten_string(url, 150) }}: <a href="{{ permaurl }}">click to view it</a> on phishtank.</p></li>
|
<li>{{ shorten_string(url, 150) }}: <a href="{{ permaurl }}">click to view it</a> on phishtank.</p></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
|
|
||||||
{% if phishtank.get('ips_hits') %}
|
{% if phishtank.get('ips_hits') %}
|
||||||
<p>The IPs below are in the tree and are flagged as phishing on Phishtank, might on on other URLs:</p>
|
<p>The IPs below are in the tree and are flagged as phishing on Phishtank, might on on other URLs:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in New Issue