Skip to content

Commit

Permalink
Correct typo in datatracker search URLs. Fixes issue #32.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks committed Feb 19, 2020
1 parent 27b9aa3 commit 6013e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ietf/home/templates/home/home_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h2 class="home-title top">Search IETF Datatracker</h2>

<input id="search-datatracker" aria-label="search datatracker" placeholder="Search datatracker" name="name" type="text">
<button class="" type="submit">Go</button>
<input type="hidden" name="rcs" value="on">
<input type="hidden" name="rfcs" value="on">
<input type="hidden" name="activedrafts" value="on">
<input type="hidden" name="by" value="group">
</form>
Expand Down
2 changes: 1 addition & 1 deletion ietf/search/templates/search/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h5 class="result_description">IETF documents, working groups, and meetings.</h5

<input id="search-datatracker" aria-label="search datatracker" placeholder="Search datatracker" name="name" type="text">
<button class="side-nav" type="submit">Go</button>
<input type="hidden" name="rcs" value="on">
<input type="hidden" name="rfcs" value="on">
<input type="hidden" name="activedrafts" value="on">
<input type="hidden" name="by" value="group">
</form>
Expand Down

0 comments on commit 6013e06

Please sign in to comment.