From bfd17aa15d422a3188f24ce37cdf78af319e5384 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Fri, 9 Oct 2015 09:29:17 +0300 Subject: install.py fixes --- servo/forms/invoices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'servo/forms/invoices.py') 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')), ), -- cgit v1.2.3