Skip to content

Commit

Permalink
Handle search from any page
Browse files Browse the repository at this point in the history
  • Loading branch information
wsot committed Aug 22, 2022
1 parent 7d51d73 commit 2fc1eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/community_db/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h1>Welcome to the Pacific Connect Community Database</h1>
On this site, you can find details of members of the Pacific Connect Community Database
<br>
<form>
<form action="{% url "fbv-person-list" %}">
<label for="id-search">Search:</label>
<input type="text" name="search" id="id-search">
<input type="submit">
Expand Down

0 comments on commit 2fc1eac

Please sign in to comment.