mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-08-09 06:53:17 -04:00
Add suspicious-tos parts to Exchange page
This commit is contained in:
parent
ef32a185db
commit
a4db641fbc
1 changed files with 12 additions and 3 deletions
|
@ -145,10 +145,19 @@
|
||||||
{%endif%}
|
{%endif%}
|
||||||
<div class="message-body">
|
<div class="message-body">
|
||||||
{% if exchange['kyc-check'] == True%}
|
{% if exchange['kyc-check'] == True%}
|
||||||
This exchange passes the automated KYCNOT.ME check. The ToS of this exchange seem <b>no-kyc</b> friendly.
|
<p>This exchange passes the automated KYCNOT.ME check. The ToS of this exchange seem <b>no-kyc</b> friendly. </p>
|
||||||
{%else%}
|
{%else%}
|
||||||
The automated KYCNOT.ME check has failed for this exchange. The exchange may require KYC for some cases or ToS may have changed since
|
<p> The automated KYCNOT.ME check has failed for this exchange. The exchange may require KYC for some cases or ToS may have changed since
|
||||||
the listing and may need review.
|
the listing and may need review. </p>
|
||||||
|
|
||||||
|
<h3 class="title is-5" style="padding-top: 8px;"><strong> EXTRACTED SUSPICIOUS TOS: </strong></h3>
|
||||||
|
<article class="message">
|
||||||
|
<div class="message-body">
|
||||||
|
{% for part in exchange['suspicious-tos'] %}
|
||||||
|
<p style="margin: 10px;">{{part | safe}}</p>
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
{%endif%}
|
{%endif%}
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue