From 259bdb415c064ca6ea788ca8806260b99d9c43e6 Mon Sep 17 00:00:00 2001
From: ansuz <ansuz@transitiontech.ca>
Date: Wed, 14 Apr 2021 08:57:26 +0530
Subject: [PATCH] display the terms page in the footer again

---
 customize.dist/pages.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/customize.dist/pages.js b/customize.dist/pages.js
index c75cce3f9..251d4b597 100644
--- a/customize.dist/pages.js
+++ b/customize.dist/pages.js
@@ -108,6 +108,7 @@ define([
         // only display the legal part of the footer if it has content
         if (terms || Pages.privacyLink || Pages.imprintLink) {
             legalFooter = footerCol('footer_legal', [
+                terms,
                 Pages.privacyLink,
                 Pages.imprintLink,
             ]);