Skip to content

Commit 820e255

Browse files
JelteFmhagander
authored andcommitted
Add search bar to search page, so you can search again
1 parent b6010e9 commit 820e255

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pgcommitfest/commitfest/templates/patchsearch.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
{%load commitfest %}
33
{%block contents%}
44

5+
<form method="GET" action="/search/" class="form-inline" style="margin-bottom: 10px">
6+
<div class="form-group">
7+
<input type="text" class="form-control" id="searchterm" name="searchterm" placeholder="Global search">
8+
</div>
9+
<button type="submit" class="btn btn-default">Search</button>
10+
</form>
11+
512
<table class="table table-striped table-bordered table-hover table-condensed">
613
<thead>
714
<tr>

0 commit comments

Comments
 (0)