From c12f637d1727ec04712fecf6bc152e04618aaafb Mon Sep 17 00:00:00 2001 From: Christian Lawson-Perfect Date: Sun, 4 May 2025 08:22:31 +0100 Subject: [PATCH] Add a search form to the index --- thinks/templates/thinks/index.html | 9 +++++++++ thinks/urls.py | 1 + thinks/views.py | 10 +++++++++- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/thinks/templates/thinks/index.html b/thinks/templates/thinks/index.html index 85322de..80ce8b3 100644 --- a/thinks/templates/thinks/index.html +++ b/thinks/templates/thinks/index.html @@ -7,6 +7,15 @@ {% endblock header %} {% block main %} + + +

Templates