aboutsummaryrefslogtreecommitdiffstats
path: root/servo/forms/orders.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/forms/orders.py')
-rw-r--r--servo/forms/orders.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/servo/forms/orders.py b/servo/forms/orders.py
index ae97e87..eb5d554 100644
--- a/servo/forms/orders.py
+++ b/servo/forms/orders.py
@@ -141,6 +141,10 @@ class OrderSearchForm(forms.Form):
label=mark_safe(' '),
widget=DatepickerInput(attrs={'class': "input-small"})
)
+ status_older_than = forms.IntegerField(
+ required=False,
+ label=_('Status older than (days)'),
+ )
def __init__(self, request, *args, **kwargs):
super(OrderSearchForm, self).__init__(*args, **kwargs)