chg: Improve wording for Phishtank in modules

pull/263/head
Raphaël Vinot 2021-09-16 17:35:45 +02:00
parent 7a8ca54104
commit 963af434dd
1 changed files with 2 additions and 3 deletions

View File

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