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 +- servo/views/checkin.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'servo') 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')), ), diff --git a/servo/views/checkin.py b/servo/views/checkin.py index da11318..323da3e 100644 --- a/servo/views/checkin.py +++ b/servo/views/checkin.py @@ -214,7 +214,7 @@ def index(request): if request.method == 'GET': reset_session(request) - title = _('Service Order Check-In') + title = _('Service Order Check-In') dcat = request.GET.get('d', 'mac') dmap = { -- cgit v1.2.3