From a4db641fbc4080228d98a46c07c678db8523599b Mon Sep 17 00:00:00 2001 From: pluja Date: Thu, 2 Sep 2021 12:54:58 +0200 Subject: [PATCH] Add suspicious-tos parts to Exchange page --- templates/exchange.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/templates/exchange.html b/templates/exchange.html index 3a1b92d..2357eb5 100644 --- a/templates/exchange.html +++ b/templates/exchange.html @@ -145,10 +145,19 @@ {%endif%}
{% if exchange['kyc-check'] == True%} - This exchange passes the automated KYCNOT.ME check. The ToS of this exchange seem no-kyc friendly. +

This exchange passes the automated KYCNOT.ME check. The ToS of this exchange seem no-kyc friendly.

{%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 - the listing and may need review. +

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.

+ +

EXTRACTED SUSPICIOUS TOS:

+
+
+ {% for part in exchange['suspicious-tos'] %} +

{{part | safe}}

+ {% endfor %} +
+
{%endif%}