doctype label fix

This commit is contained in:
Frédéric Péters 2011-12-01 08:12:42 +01:00
parent 0198b7e2b6
commit 048965111d
1 changed files with 1 additions and 1 deletions

View File

@ -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)