Fixed issue with sort and theme keys still being applied as GET parameters.
This commit is contained in:
@@ -79,7 +79,7 @@ def render_directory(request, path_text, full_path):
|
||||
theme = normalize_theme(
|
||||
request.GET.get("theme") or getattr(request, "theme", None) or "dark"
|
||||
)
|
||||
query_state = build_query(search_text, sort_key, theme)
|
||||
query_state = build_query(search_text)
|
||||
|
||||
try:
|
||||
current_entries = [
|
||||
|
||||
Reference in New Issue
Block a user