From 048965111dee5a0349e2b52695970b8e98051b4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 1 Dec 2011 08:12:42 +0100 Subject: [PATCH] doctype label fix --- tabellio/searchform/form.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabellio/searchform/form.py b/tabellio/searchform/form.py index e261d6d..6ca8571 100644 --- a/tabellio/searchform/form.py +++ b/tabellio/searchform/form.py @@ -214,7 +214,7 @@ def possible_document_types(context): for doctype in possible_doctypes: if not doctype: continue - if doctype == u'Réponse à question écrite': + if doctype == u'Réponse à la question écrite': continue doctype_id = doctype.encode('ascii', 'replace') doctype_str = MAPPING.get(doctype, doctype)