From 1f485dd4867dd48647ce46413b8a9bbb8065de4f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 30 Apr 2013 17:03:13 +0200 Subject: Add a default source type --- example_project/local_settings_nantes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'example_project/local_settings_nantes.py') diff --git a/example_project/local_settings_nantes.py b/example_project/local_settings_nantes.py index 96d47a409..1b9b9a537 100644 --- a/example_project/local_settings_nantes.py +++ b/example_project/local_settings_nantes.py @@ -112,7 +112,8 @@ ISHTAR_PERMIT_TYPES = { ISHTAR_DOC_TYPES = { 'RF':u"Rapport final", - 'RI':u"Rapport intermédiaire" + 'RI':u"Rapport intermédiaire", + "undefined":u"Non précisé" } # attrs, convert[, relative col number, multi] -- cgit v1.2.3