From 760e80487102453c38291859af634551bd9f4c02 Mon Sep 17 00:00:00 2001
From: lewa <lene.wasskog@nibio.no>
Date: Thu, 30 May 2024 13:33:00 +0200
Subject: [PATCH] chore: Add final paragraph to body

---
 mapfile/template.j2 | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/mapfile/template.j2 b/mapfile/template.j2
index 11e527b..2aafe51 100644
--- a/mapfile/template.j2
+++ b/mapfile/template.j2
@@ -61,10 +61,15 @@ WEB
                     detailed model described in Ferguson et al. (2015) Pest Management Science 72, 609-317.
                     <a href='https://doi.org/10.1002/ps.4069'>https://doi.org/10.1002/ps.4069</a></p>
               <h3>Explanation of parameters</h3>
-              <ul>
-                <li>Warning status = Green signifies mean daily temperatures below 15°C and low migration risk. Red signifies mean daily temperatures above 15°C and high migration risk.</li>
-                <li><span itemprop='temperature'>Maximum air temperature</span> = Areas with daily maximum air temperatures below 10°C are shaded in blue, indicating cooler weather. As temperatures increase, the color shifts gradually to red, with a full red shade marking areas above 20°C.</li>
-              </ul>
+                <p>
+                  <ul>
+                    <li>Warning status = Green signifies mean daily temperatures below 15°C and low migration risk. Red signifies mean daily temperatures above 15°C and high migration risk.</li>
+                    <li><span itemprop='temperature'>Maximum air temperature</span> = Areas with daily maximum air temperatures below 10°C are shaded in blue, indicating cooler weather. As temperatures increase, the color shifts gradually to red, with a full red shade marking areas above 20°C.</li>
+                  </ul>
+                </p>
+                <p>
+                    Login and see the DSS Use dashboard for a more in-depth assessment.
+                </p>
             </div>
             "
         "wms_enable_request"  "*"
-- 
GitLab