Skip to content

Commit

Permalink
Copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
ps-mzamette committed Dec 1, 2023
1 parent ad0e4b2 commit 40563c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def search():
text(f"text like '%{search_param}%'")).all()
return render_template(
'search.html',
search=search,
search=search_param,
personal_notes=personal_notes,
)

Expand Down

0 comments on commit 40563c4

Please sign in to comment.