diff options
author | Daniel Gustafsson | 2019-03-27 14:56:48 +0000 |
---|---|---|
committer | Magnus Hagander | 2019-03-27 14:56:48 +0000 |
commit | 88ba279a01e50b5cd1261ebc8e8ee73ee9f43cce (patch) | |
tree | b6046d96be6eae085339228dd0dfba61fb7d8232 | |
parent | 20c06a4c81b189b0e2c66c884c14d7ac7852da50 (diff) |
Remove reundant role attribute
-rw-r--r-- | pgcommitfest/commitfest/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/templates/home.html b/pgcommitfest/commitfest/templates/home.html index e23a558..951fa8e 100644 --- a/pgcommitfest/commitfest/templates/home.html +++ b/pgcommitfest/commitfest/templates/home.html @@ -12,7 +12,7 @@ The following commitfests exist in the system. </ul> <br/> <h3>Commands</h3> -<form method="GET" action="/https/git.postgresql.org/search/" class="form-inline" role="form"> +<form method="GET" action="/https/git.postgresql.org/search/" class="form-inline"> <div class="form-group"> <input type="text" class="form-control" id="searchterm" name="searchterm" placeholder="Global search"> </div> |