From d791dfcf189edc6fcc1e971328ea47dc85637bfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 17 May 2021 13:57:42 +0200 Subject: Add TODO about search formatting. --- module/calp/html/view/calendar.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/module/calp/html/view/calendar.scm b/module/calp/html/view/calendar.scm index f84d2133..c32703f2 100644 --- a/module/calp/html/view/calendar.scm +++ b/module/calp/html/view/calendar.scm @@ -210,6 +210,7 @@ (div (@ (style "grid-area: details")) + ;; TODO Style this from as all other input forms in the sidebar. (form (@ (class "simplesearch") (action "/search/text")) (input (@ (type "text") -- cgit v1.2.3