From 1c820c9db0410ce3f941d453ba33be33b0477b9a Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Thu, 26 Oct 2017 11:32:45 +0200 Subject: [PATCH] Add tabindex to search result links This makes the links appear in the relatedElement-field of the focusout event --- templates/layout.html | 8 +------- templates/search_input.html | 7 +++++++ 2 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 templates/search_input.html diff --git a/templates/layout.html b/templates/layout.html index d1b78f3..0fc6f23 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -8,13 +8,7 @@ - - - +{{>search_input.html}} {{{body}}} diff --git a/templates/search_input.html b/templates/search_input.html new file mode 100644 index 0000000..b18b8dd --- /dev/null +++ b/templates/search_input.html @@ -0,0 +1,7 @@ + + +