We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0644c7 commit e8216a9Copy full SHA for e8216a9
ckanext/querytool/helpers.py
@@ -549,4 +549,4 @@ def allow_nav_bar():
549
:return: True or False
550
'''
551
isAllowed = config.get('ckanext.querytool.allow_nav_bar', default=True)
552
- return isAllowed
+ return isAllowed
0 commit comments