We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6010e9 commit 820e255Copy full SHA for 820e255
pgcommitfest/commitfest/templates/patchsearch.html
@@ -2,6 +2,13 @@
2
{%load commitfest %}
3
{%block contents%}
4
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
+
12
<table class="table table-striped table-bordered table-hover table-condensed">
13
<thead>
14
<tr>
0 commit comments