From d5a75b83b6a3c172eb601d56c8c4b8f0073b9b7f Mon Sep 17 00:00:00 2001
From: Gabriel Copat <copatg@cardiff.ac.uk>
Date: Thu, 14 Dec 2023 12:59:17 +0000
Subject: [PATCH] Removed some text that accidentally got uncommented in the
 HTML page for Checkpoints

---
 src/main/resources/templates/fragments/trailsPageFrags.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/resources/templates/fragments/trailsPageFrags.html b/src/main/resources/templates/fragments/trailsPageFrags.html
index d66c519a..56dafa21 100644
--- a/src/main/resources/templates/fragments/trailsPageFrags.html
+++ b/src/main/resources/templates/fragments/trailsPageFrags.html
@@ -93,7 +93,6 @@
             </div>
         </div>
         <H3>Checkpoints:</H3>
- With the trial name, we go through locations list to get
         <div th:each="location:${locations}" >
             <div>
                 <li id="checkpointList">
-- 
GitLab