mirror of
https://github.com/tiyn/amphora-wiki.git
synced 2026-02-22 04:44:48 +01:00
search: preview added
- The search result list now has previews - The Dockerfile doesnt need git anymore
This commit is contained in:
@@ -8,4 +8,4 @@ csrf = CSRFProtect()
|
||||
class SearchForm(FlaskForm):
|
||||
query_str = TextField(
|
||||
"Query", [validators.Required("Please enter the search term")])
|
||||
submit = SubmitField("Send")
|
||||
submit = SubmitField("Search")
|
||||
|
||||
Reference in New Issue
Block a user