diff options
Diffstat (limited to 'templates/web/base.html')
-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> |