We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a7e6c commit 63d4e1eCopy full SHA for 63d4e1e
1 file changed
ckanext/fluent/helpers.py
@@ -1,6 +1,8 @@
1
from ckan.lib.i18n import get_available_locales
2
3
-from ckan.plugins.toolkit import h, chained_helper, get_action
+from ckan.plugins.toolkit import (
4
+ h, chained_helper, get_action, NotFound, NotAuthorized
5
+)
6
7
8
def fluent_form_languages(field=None, entity_type=None, object_type=None,
0 commit comments