mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-10-13 19:10:34 -04:00
small fixes
This commit is contained in:
parent
368793631a
commit
35550cec38
2 changed files with 3 additions and 2 deletions
|
@ -128,6 +128,7 @@ async def gne(request):
|
||||||
suspicious-tos: false
|
suspicious-tos: false
|
||||||
refunds: false
|
refunds: false
|
||||||
score: 6
|
score: 6
|
||||||
|
kyc-type: 1
|
||||||
tor: {args['tor'][0]}
|
tor: {args['tor'][0]}
|
||||||
tor-url: {args['tor-url'][0]}
|
tor-url: {args['tor-url'][0]}
|
||||||
tos-urls:
|
tos-urls:
|
||||||
|
|
|
@ -104,8 +104,8 @@
|
||||||
{%endif%}
|
{%endif%}
|
||||||
<div class="message-body">
|
<div class="message-body">
|
||||||
{% if service['verified'] %} This is a trusted service. It has been
|
{% if service['verified'] %} This is a trusted service. It has been
|
||||||
tested by KYCNOT.ME or it has a long-time good reputation. {%else%} This
|
tested by KYCNOT.ME yet or it has a long-time good reputation. {%else%} This
|
||||||
service has not been tested by KYCNOT.ME or does not have it doesn't have
|
service has not been tested by KYCNOT.ME or it doesn't have
|
||||||
a long or old enough good-review history. {%endif%}
|
a long or old enough good-review history. {%endif%}
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue