From 9e8aec4c5ddd19c5073c1315689b18bf9584c44e Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Wed, 12 Mar 2025 15:37:51 -0400 Subject: [PATCH] 2398 - broken TTS link Updating TTS link, maybe the link used to go to a page that was removed --- app/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index 3135e5cdb..1690e8ee3 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -94,10 +94,10 @@ {% block footer %} {% if current_service and current_service.research_mode %} - {% set meta_suffix = 'Built by the Technology Transformation Servicesresearch mode' %} + {% set meta_suffix = 'Built by the Technology Transformation Servicesresearch mode' %} {% else %} {% set commit_hash = ", Latest version: " + config['COMMIT_HASH'] %} - {% set long_link = 'Technology Transformation Services' %} + {% set long_link = 'Technology Transformation Services' %} {% set meta_suffix = "Built by the " + long_link + commit_hash %} {% endif %}