mirror of https://github.com/CIRCL/lookyloo
chg: Improve wording for Phishtank in modules
parent
7a8ca54104
commit
963af434dd
website/web/templates
|
@ -23,11 +23,10 @@
|
|||
<center>
|
||||
<h1 class="display-4">Phishtank</h1>
|
||||
<div>
|
||||
<p>A scan was triggered for the url(s) below: </p>
|
||||
<p>Phishtank flagged the URLs below as phishing:</p>
|
||||
<ul>
|
||||
{% for url, permaurl in phishtank.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 %}
|
||||
</div>
|
||||
</center>
|
||||
|
|
Loading…
Reference in New Issue