diff --git a/tabellio/config/utils.py b/tabellio/config/utils.py index 619c251..1dd427b 100644 --- a/tabellio/config/utils.py +++ b/tabellio/config/utils.py @@ -10,6 +10,9 @@ from plone.memoize import ram def get_dossiers_path(): return component.getUtility(IRegistry).forInterface(ITabellioSettings, False).dossiersPath +def get_questions_path(): + return component.getUtility(IRegistry).forInterface(ITabellioSettings, False).questionsPath + def get_documents_path(): return component.getUtility(IRegistry).forInterface(ITabellioSettings, False).documentsPath