aboutsummaryrefslogtreecommitdiffstats
path: root/servo/forms/invoices.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-10-09 09:29:17 +0300
committerFilipp Lepalaan <filipp@mac.com>2015-10-09 09:29:17 +0300
commitbfd17aa15d422a3188f24ce37cdf78af319e5384 (patch)
tree030874e6eb755b2cb7a8b4f75bc756d209e6c85a /servo/forms/invoices.py
parent26227527adc81d82bbfe80b42c2838bfd04dd4bc (diff)
downloadServo-bfd17aa15d422a3188f24ce37cdf78af319e5384.tar.gz
Servo-bfd17aa15d422a3188f24ce37cdf78af319e5384.tar.bz2
Servo-bfd17aa15d422a3188f24ce37cdf78af319e5384.zip
install.py fixes
Diffstat (limited to 'servo/forms/invoices.py')
-rw-r--r--servo/forms/invoices.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/forms/invoices.py b/servo/forms/invoices.py
index dbff182..7c44360 100644
--- a/servo/forms/invoices.py
+++ b/servo/forms/invoices.py
@@ -46,7 +46,7 @@ class InvoiceSearchForm(forms.Form):
required=False,
label=_('State is'),
choices=(
- ('', _('Any')),
+ ('', _('Any')),
('OPEN', _('Open')),
('PAID', _('Paid')),
),