mirror of https://github.com/CIRCL/lookyloo
chg: Improve wording for Phishtank in modules
parent
7a8ca54104
commit
963af434dd
|
@ -23,11 +23,10 @@
|
||||||
<center>
|
<center>
|
||||||
<h1 class="display-4">Phishtank</h1>
|
<h1 class="display-4">Phishtank</h1>
|
||||||
<div>
|
<div>
|
||||||
<p>A scan was triggered for the url(s) below: </p>
|
<p>Phishtank flagged the URLs below as phishing:</p>
|
||||||
<ul>
|
<ul>
|
||||||
{% for url, permaurl in phishtank.items() %}
|
{% for url, permaurl in phishtank.items() %}
|
||||||
<li>{{ shorten_string(url, 150) }}: <a href="{{ permaurl }}">click to view it</a> on phishtank.</p>
|
<li>{{ shorten_string(url, 150) }}: <a href="{{ permaurl }}">click to view it</a> on phishtank.</p></li>
|
||||||
</li>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</center>
|
</center>
|
||||||
|
|
Loading…
Reference in New Issue