home · contact · privacy
Re-factor Day.todos code.
[plomtask] / templates / conditions.html
index e8e9fed7fcf5a46b3b39b04ca134a54e94d29f05..aa8fcac840c9dbf432c85b143105b3a338a5cc4b 100644 (file)
@@ -3,7 +3,12 @@
 {% block content %}
 <h3>conditions</h3>
 
-<table>
+<form action="conditions" method="GET">
+<input type="submit" value="filter" />
+<input name="pattern" type="text" value="{{pattern}}" />
+</form>
+
+<table class="alternating">
 <tr>
 <th><a href="?sort_by={% if sort_by == "is_active" %}-{% endif %}is_active">active</a></th>
 <th><a href="?sort_by={% if sort_by == "title" %}-{% endif %}title">title</a></th>