Only show ToS if ToS available.

This commit is contained in:
pluja 2021-09-04 23:14:50 +02:00
parent c64d74dd0b
commit 468edb682a

View file

@ -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>