diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2020-10-28 17:11:50 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2020-10-28 17:11:50 +0100 |
commit | 5c52e607b6c5a99dad639f99ee11af9520bdcd91 (patch) | |
tree | 9c3be2678adff43bf9dbb6daa6beb8594b8be4eb | |
parent | cf00b5177addd8d99f38452b80c7dc0a7f577b4f (diff) |
Mostra query di ricerca nell'input
-rw-r--r-- | templates/web/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base.html b/templates/web/base.html index 4f46d89..f0b7615 100644 --- a/templates/web/base.html +++ b/templates/web/base.html @@ -112,7 +112,7 @@ </header> {% block content %}{% endblock %} <footer> - <form method="get" action="{{ url_for('search') }}"><input name="q" placeholder="cerca..."></form> + <form method="get" action="{{ url_for('search') }}"><input name="q" placeholder="cerca..." value="{{ q }}"></form> </footer> <footer> <small> |