From 468edb682af7c4d9c121e06ccc0052fafd2ea78c Mon Sep 17 00:00:00 2001 From: pluja Date: Sat, 4 Sep 2021 23:14:50 +0200 Subject: [PATCH] Only show ToS if ToS available. --- templates/service.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/service.html b/templates/service.html index 57f89a2..1031c0f 100644 --- a/templates/service.html +++ b/templates/service.html @@ -170,8 +170,8 @@ {% endif %} +{% if service['tos-url'] %}
-

Read service Terms and Conditions @@ -179,6 +179,7 @@ >

+{% endif %}