- commit
- 61bc610f57992079f2446c3d41427a763a7a91e5
- parent
- ef4a576afd771e689caf53998ad60d0ae76964c4
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-12-10 20:23
fix current value in search form
Diffstat
M | templates/base.html | 4 | ++-- |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
@@ -11,8 +11,8 @@ 11 11 <body> 12 12 <header id="header"> 13 13 <a rel="home" class="brand" href="/">neddit</a>14 -1 <form aria-label="search" action="/search/" value="{{ params.q }}">15 -1 <input type="search" name="q" placeholder="Search">-1 14 <form aria-label="search" action="/search/"> -1 15 <input type="search" name="q" placeholder="Search" value="{{ params.q }}"> 16 16 <button hidden>Search</button> 17 17 </form> 18 18 </header>