diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-07-11 20:28:04 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-07-11 20:28:04 +0200 |
| commit | 7c7573d7e9316bfe7387b788c8426b231b9a2ae0 (patch) | |
| tree | a7e103750366c023bce672282a3589722b05f25b /templates | |
| parent | fa762d1fd149398a4082d4d79fe80fea917cf62c (diff) | |
| download | jokevote-7c7573d7e9316bfe7387b788c8426b231b9a2ae0.tar.gz jokevote-7c7573d7e9316bfe7387b788c8426b231b9a2ae0.zip | |
redirect to search page 0, fixes no search result bug
Diffstat (limited to 'templates')
| -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 4076def..b538026 100644 --- a/templates/index.html +++ b/templates/index.html @@ -36,7 +36,7 @@ </a> </li> </ul> - <form id="searchform" > + <form id="searchform" action="/"> <div class="input-field"> <label for="filter"><i class="material-icons">search</i></label> <input type="search" name="filter" required> |
