refactor(templates): Move thread page template to Askama
This commit is contained in:
parent
94d5e02bb3
commit
69583b1236
4 changed files with 17 additions and 21 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue