Fix ToS box

This commit is contained in:
pluja 2021-09-04 23:14:22 +02:00
parent 20296b83ff
commit 5e3e31efe6

View file

@ -150,6 +150,7 @@
<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 <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. </p> the listing and may need review. </p>
{% if exchange['suspicious-tos'] %}
<h3 class="title is-5" style="padding-top: 8px;"><strong> EXTRACTED SUSPICIOUS TOS: </strong></h3> <h3 class="title is-5" style="padding-top: 8px;"><strong> EXTRACTED SUSPICIOUS TOS: </strong></h3>
<article class="message"> <article class="message">
<div class="message-body"> <div class="message-body">
@ -158,6 +159,7 @@
{% endfor %} {% endfor %}
</div> </div>
</article> </article>
{% endif %}
{%endif%} {%endif%}
</div> </div>
</article> </article>