Fix search page
This commit is contained in:
parent
31f273ca32
commit
9453a5d074
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{% set query_text = 'q=' . query | urlencode %}
|
||||
{% set query_text = 'q=' ~ query | urlencode %}
|
||||
{{sorting_time.sort_dropdown(false, query_text)}}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue