From 3a39a08d0e48c9a97659081840311f715dbfb7d7 Mon Sep 17 00:00:00 2001
From: Fredrik Jonsson <frjo@xdeb.org>
Date: Wed, 5 Sep 2018 09:15:10 +0200
Subject: [PATCH] Missing forward slash in footer tos link, /about/tos/ not
 about/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 965c548fb..fad907c4f 100644
--- a/opentech/templates/base.html
+++ b/opentech/templates/base.html
@@ -176,7 +176,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="about/tos/">Terms of Use</a></p>
+                        <p><a class="link link--underlined" href="/about/tos/">Terms of Use</a></p>
 
                         <p>Test the OTF website for censorship</p>
 
-- 
GitLab