From f35bac65fc8e0b80b0faca4c7690cb15730e8a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 17 Jun 2016 12:04:40 +0200 Subject: [PATCH] add label for new TEXADOPT type --- tabellio/documents/typenames.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tabellio/documents/typenames.py b/tabellio/documents/typenames.py index 3d41397..b959985 100644 --- a/tabellio/documents/typenames.py +++ b/tabellio/documents/typenames.py @@ -67,4 +67,5 @@ MAPPING = { 'RASANU': u'Rapport (sans numéro)', 'DT': u'Débat thématique', 'EXPART': u'Exposé particulier', + 'TEXADOPT': u'Texte adopté', }