From 536d39f3d193800224b473a49ad00f7bbe946029 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Wed, 17 Jan 2024 14:42:51 +0100
Subject: [PATCH] Remove old PSILARTEMP view

---
 spatial/views.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/spatial/views.py b/spatial/views.py
index 6f043a34..9a0aa0c1 100644
--- a/spatial/views.py
+++ b/spatial/views.py
@@ -42,9 +42,4 @@ def gridmap(request, model_id=None):
     return redirect("../")
 
 
-# TO BE REMOVED when the PSILARTEMP model has been harmonized with the VIPS gridded model format
-def psilartemp(request):
-    context = {}
-    return render(request, 'spatial/psilartemp.html', context)
-
     
-- 
GitLab