From 408f30d574ea24c0fa8256269e150e0b123e9b1b Mon Sep 17 00:00:00 2001 From: Kevin Matsubara Date: Tue, 17 Feb 2026 23:25:03 +0100 Subject: [PATCH] Create a simple status filterable plamo kit page with checkboxes. --- portfolio/templates/model-kits.html | 59 ++++++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 2 deletions(-) diff --git a/portfolio/templates/model-kits.html b/portfolio/templates/model-kits.html index 36897e9..d217878 100644 --- a/portfolio/templates/model-kits.html +++ b/portfolio/templates/model-kits.html @@ -1,6 +1,37 @@ +
+ +
+
+ Filter by status + + + + + + + + + +
+
+ +
+
$for(kits)$ -
+
$title$
@@ -44,4 +75,28 @@
$endfor$ -
\ No newline at end of file +
+ + \ No newline at end of file