diff options
author | Magnus Hagander | 2013-08-22 13:58:24 +0000 |
---|---|---|
committer | Magnus Hagander | 2013-08-22 13:58:24 +0000 |
commit | 79958df61b4b80d1c3826fd296babf6a96cdd431 (patch) | |
tree | 2c8a72a0457b600df13421e3dd89216115b7adf6 /pgcommitfest/commitfest | |
parent | 96c3285aea439086100285d69615d341b01a2c1a (diff) |
Add button to clear filter
Diffstat (limited to 'pgcommitfest/commitfest')
-rw-r--r-- | pgcommitfest/commitfest/templates/commitfest.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/templates/commitfest.html b/pgcommitfest/commitfest/templates/commitfest.html index cc4818b..90a9855 100644 --- a/pgcommitfest/commitfest/templates/commitfest.html +++ b/pgcommitfest/commitfest/templates/commitfest.html @@ -23,7 +23,10 @@ {%for f in form%} <td>{{f}}</td> {%endfor%} - <td><input type="submit" class="btn" value="Filter"></td> + <td> + <input type="submit" class="btn" value="Filter"> + <a class="btn" href=".">Clear</a> + </td> </tr> </tbody> </table> |