From eaae9de31c088c5cd8fe57a5fc6766b4dd6f6fca Mon Sep 17 00:00:00 2001 From: steven Date: Mon, 7 Apr 2025 02:50:58 -0400 Subject: [PATCH] fix campusdish links --- templates/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/list.html b/templates/list.html index 60548c6..841d8e3 100644 --- a/templates/list.html +++ b/templates/list.html @@ -141,7 +141,7 @@ function displayEvents(json) { let defaultEmpty = "available"; let defaultType = null; if (!json[space].i) { - link = "https://louisville.campusdish.com/LocationsAndMenus/"+space; + link = "https://louisville.campusdish.com/LocationsAndMenus/Belknap/"+space; defaultEmpty = "closed"; defaultType = "food" }