home · contact · privacy
Add text-based search/filter for Conditions and Processes.
[plomtask] / templates / conditions.html
index e8e9fed7fcf5a46b3b39b04ca134a54e94d29f05..5990711b059f1dc94fabcdc17c1a35bf25814f94 100644 (file)
@@ -3,6 +3,11 @@
 {% block content %}
 <h3>conditions</h3>
 
+<form action="conditions" method="GET">
+<input type="submit" value="filter" />
+<input name="pattern" value="{{pattern}}" />
+</form>
+
 <table>
 <tr>
 <th><a href="?sort_by={% if sort_by == "is_active" %}-{% endif %}is_active">active</a></th>