From 274ba650b3ac53cb6f4f3f3096b7e17003175e6e Mon Sep 17 00:00:00 2001
From: pacnpal <183241239+pacnpal@users.noreply.github.com>
Date: Mon, 18 Aug 2025 15:27:37 -0400
Subject: [PATCH] Refactor park list view and update template targets for
improved functionality; remove unused CSS class from Tailwind styles; add
local settings for unraid configuration.
---
parks/templates/parks/park_list.html | 6 +++---
parks/urls.py | 2 +-
parks/views.py | 6 +++---
scripts/unraid/.claude/settings.local.json | 10 ++++++++++
static/css/tailwind.css | 3 ---
5 files changed, 17 insertions(+), 10 deletions(-)
create mode 100644 scripts/unraid/.claude/settings.local.json
diff --git a/parks/templates/parks/park_list.html b/parks/templates/parks/park_list.html
index 3d472971..7843a2a9 100644
--- a/parks/templates/parks/park_list.html
+++ b/parks/templates/parks/park_list.html
@@ -12,7 +12,7 @@