diff options
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> |