summaryrefslogtreecommitdiff
path: root/pgcommitfest/commitfest
diff options
context:
space:
mode:
authorMagnus Hagander2013-08-22 13:58:24 +0000
committerMagnus Hagander2013-08-22 13:58:24 +0000
commit79958df61b4b80d1c3826fd296babf6a96cdd431 (patch)
tree2c8a72a0457b600df13421e3dd89216115b7adf6 /pgcommitfest/commitfest
parent96c3285aea439086100285d69615d341b01a2c1a (diff)
Add button to clear filter
Diffstat (limited to 'pgcommitfest/commitfest')
-rw-r--r--pgcommitfest/commitfest/templates/commitfest.html5
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>