diff options
author | Filipp Lepalaan <filipp@mac.com> | 2015-10-09 09:29:17 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2015-10-09 09:29:17 +0300 |
commit | bfd17aa15d422a3188f24ce37cdf78af319e5384 (patch) | |
tree | 030874e6eb755b2cb7a8b4f75bc756d209e6c85a /servo/forms | |
parent | 26227527adc81d82bbfe80b42c2838bfd04dd4bc (diff) | |
download | Servo-bfd17aa15d422a3188f24ce37cdf78af319e5384.tar.gz Servo-bfd17aa15d422a3188f24ce37cdf78af319e5384.tar.bz2 Servo-bfd17aa15d422a3188f24ce37cdf78af319e5384.zip |
install.py fixes
Diffstat (limited to 'servo/forms')
-rw-r--r-- | servo/forms/invoices.py | 2 |
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')), ), |