CKAN Version if known (or site URL)
2.6a, master
Please describe the expected behaviour
If helper function is called in a template, but the function doesn't exist, a ckan.exceptions.HelperError should be raised.
Please describe the actual behaviour
A jinja.exceptions.UndefinedError is raised.
What steps can be taken to reproduce the issue?
Add {{ h.not_here() }} to the base.html template and request the index page.
PR on its way.
CKAN Version if known (or site URL)
2.6a, master
Please describe the expected behaviour
If helper function is called in a template, but the function doesn't exist, a
ckan.exceptions.HelperErrorshould be raised.Please describe the actual behaviour
A
jinja.exceptions.UndefinedErroris raised.What steps can be taken to reproduce the issue?
Add
{{ h.not_here() }}to the base.html template and request the index page.PR on its way.