From ef73a4fa09b3248203d61362697789a06e595f35 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Wed, 17 Jan 2024 14:46:34 +0100 Subject: [PATCH] Remove test PSILARTEMP from start page --- spatial/templates/spatial/index.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spatial/templates/spatial/index.html b/spatial/templates/spatial/index.html index 652a0b4c..d3f5528c 100644 --- a/spatial/templates/spatial/index.html +++ b/spatial/templates/spatial/index.html @@ -38,9 +38,5 @@ <p><em>No GRID models available</em></p> {% endif %} </p> -<h2>Other resources</h2> -<ul> - <li><a href="test/PSILARTEMP">Carrot rust fly map [TEST]</a></li> -</ul> {% endblock %} -- GitLab