From f8b2d30f5dbec16f201eee6b5505e5976c40c91d Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Wed, 8 Aug 2018 16:16:04 +0100 Subject: [PATCH] Make link to Terms of service hardcoded to TOS --- opentech/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/templates/base.html b/opentech/templates/base.html index e80bce9bc..2827136bc 100644 --- a/opentech/templates/base.html +++ b/opentech/templates/base.html @@ -202,7 +202,7 @@ <span>PGP: <a href="https://keybase.io/opentechfund/pgp_keys.asc?fingerprint=67acddcfb909468536ddbc03f7663861965a90d2">67AC DDCF B909 4685 36DD BC03 F766 3861 965A 90D2</a></span> </p> - <p><a class="link link--underlined" href="#">Terms of Use</a></p> + <p><a class="link link--underlined" href="/tos">Terms of Use</a></p> <p>Test the OTF website for censorship</p> -- GitLab