diff options
author | Vincent Ambo <mail@tazj.in> | 2018-05-22T16·56+0200 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2018-05-22T18·44+0200 |
commit | 69583b1236fd329cdc223f2d2a52ff313269d1d1 (patch) | |
tree | f7613e7f5b8ab41b76bd16f243bddf478003fbb6 /templates/index.html | |
parent | 94d5e02bb3672db49e4fa2590eab8b7e58440f61 (diff) |
refactor(templates): Move thread page template to Askama
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index bff734bdab26..7151c3390c54 100644 --- a/templates/index.html +++ b/templates/index.html @@ -24,7 +24,7 @@ <form method="get" action="/search"> <input class="mdl-textfield__input" type="search" id="search-query" aria-label="Search" name="query"> <label class="mdl-textfield__label mdl-color-text--blue-grey-100" for="search-query">Search query...</label> - <input type="submit" hidden /> <!-- TODO: necessary? --> + <input type="submit" hidden /> </form> </div> |