mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-08-09 15:03:10 -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>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if service['tos-url'] %}
|
||||||
<div style="padding-top: 20px; padding-bottom: 30px;" class="title-container">
|
<div style="padding-top: 20px; padding-bottom: 30px;" class="title-container">
|
||||||
|
|
||||||
<h3 class="title is-4">
|
<h3 class="title is-4">
|
||||||
<a href="{{service['tos-url']}}">
|
<a href="{{service['tos-url']}}">
|
||||||
<i style="font-size: large;" class="far fa-file-alt"></i> Read service Terms and Conditions
|
<i style="font-size: large;" class="far fa-file-alt"></i> Read service Terms and Conditions
|
||||||
|
@ -179,6 +179,7 @@
|
||||||
></a>
|
></a>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue