mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-08-08 22:42:55 -04:00
Only show ToS if ToS available.
This commit is contained in:
parent
c64d74dd0b
commit
468edb682a
1 changed files with 2 additions and 1 deletions
|
@ -170,8 +170,8 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if service['tos-url'] %}
|
||||
<div style="padding-top: 20px; padding-bottom: 30px;" class="title-container">
|
||||
|
||||
<h3 class="title is-4">
|
||||
<a href="{{service['tos-url']}}">
|
||||
<i style="font-size: large;" class="far fa-file-alt"></i> Read service Terms and Conditions
|
||||
|
@ -179,6 +179,7 @@
|
|||
></a>
|
||||
</h3>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<style>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue