same as last commit

pull/152/head
Aevann 2023-05-20 03:12:06 +03:00
parent e9fbaf5032
commit f5fde6b4c7
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ def timestamp(timestamp):
@app.template_filter("selected_tab")
def selected_tab(request):
if request.path == '/':
requested_sort = request.args.get('sort')
requested_sort = request.values.get('sort')
if hasattr(g, 'v') and g.v and g.v.defaultsorting == 'new' and requested_sort == 'hot':
return 'hot'
elif requested_sort == 'new':